PartyPictureParty Property |
The Party to which this PartyPicture belongs. [Required] [Filter(multi eq)] [Owner]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Party Party { get; set; }
Public Property Party As Party
Get
Set
public:
property Party^ Party {
Party^ get ();
void set (Party^ value);
}
member Party : Party with get, set
Property Value
Type:
Party
See Also