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