 | Person2AllFamilyIDs Property |
Gets a list of all families this person belongs to.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string[] AllFamilyIDs { get; set; }
Public Property AllFamilyIDs As String()
Get
Set
public:
property array<String^>^ AllFamilyIDs {
array<String^>^ get ();
void set (array<String^>^ value);
}
function get AllFamilyIDs () : String[]
function set AllFamilyIDs (value : String[])
function get_AllFamilyIDs();
function set_AllFamilyIDs(value);
Property Value
Type:
StringA list of family IDs.
See Also