 | StudentRelationshipFamilyID Property |
Gets or sets the 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 family Id value.
See Also