 | Person2FamilyID Property |
Gets the Primary Family ID.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string FamilyID { get; set; }
Public Property FamilyID As String
Get
Set
public:
property String^ FamilyID {
String^ get ();
void set (String^ value);
}
function get FamilyID () : String
function set FamilyID (value : String)
function get_FamilyID();
function set_FamilyID(value);
Property Value
Type:
StringThe primary family ID.
Remarks
This ID represents a family. Students in the same family will share the same parent information.
See Also