ClubClubPersons Property
List of persons with roles in the club
Namespace: NFF.FIKS.EnterpriseServices.Components.EntitiesAssembly: NFF.FIKS.EnterpriseServices.Components (in NFF.FIKS.EnterpriseServices.Components.dll) Version: 1.0.0.0 (1.0.0.0)
public List<OrganizationPerson> ClubPersons { get; set; }
Public Property ClubPersons As List(Of OrganizationPerson)
Get
Set
public:
property List<OrganizationPerson^>^ ClubPersons {
List<OrganizationPerson^>^ get ();
void set (List<OrganizationPerson^>^ value);
}
member ClubPersons : List<OrganizationPerson> with get, set
Property Value
ListOrganizationPerson