DocumentStateChanges Property |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<DocumentStateChange> StateChanges { get; }
Public ReadOnly Property StateChanges As ChildCollection(Of DocumentStateChange)
Get
public:
property ChildCollection<DocumentStateChange^>^ StateChanges {
ChildCollection<DocumentStateChange^>^ get ();
}
member StateChanges : ChildCollection<DocumentStateChange> with get
Property Value
Type:
ChildCollectionDocumentStateChange
See Also