ActivityTimeIntervalState Property |
The state of the primary activity in the moment the time interval was created. null when the state is unknown.
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DocumentState> State { get; set; }
Public Property State As Nullable(Of DocumentState)
Get
Set
public:
property Nullable<DocumentState^>^ State {
Nullable<DocumentState^>^ get ();
void set (Nullable<DocumentState^>^ value);
}
member State : Nullable<DocumentState> with get, set
Property Value
Type:
NullableDocumentState
See Also