PersonalDataProcessRecipients Property |
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<PersonalDataProcessRecipient> Recipients { get; }
Public ReadOnly Property Recipients As ChildCollection(Of PersonalDataProcessRecipient)
Get
public:
property ChildCollection<PersonalDataProcessRecipient^>^ Recipients {
ChildCollection<PersonalDataProcessRecipient^>^ get ();
}
member Recipients : ChildCollection<PersonalDataProcessRecipient> with get
Property Value
Type:
ChildCollectionPersonalDataProcessRecipient
See Also