Click or drag to resize

WSMethodParamValue Property

Gets or sets the value for the parameter.

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public string Value { get; set; }

Property Value

Type: String
The value for the parameter.
Remarks
The following chart describes the value expected for each parameter:
ParameterValue Property
IncludeStudentsThe values "True" or "1" will set the boolean to true; otherwise, it will be false.
IncludeParentsThe values "True" or "1" will set the boolean to true; otherwise, it will be false.
IncludeFacultyThe values "True" or "1" will set the boolean to true; otherwise, it will be false.
IncludeInactiveFacultyThe values "True" or "1" will set the boolean to true; otherwise, it will be false.
IncludeConstituentsThe values "True" or "1" will set the boolean to true; otherwise, it will be false.
IncludePersonSpouseInfoThe values "True" or "1" will set the boolean to true; otherwise, it will be false.
IncludePersonStudentsThe values "True" or "1" will set the boolean to true; otherwise, it will be false.
ReturnFacultyOnlyAddressesThe values "True" or "1" will set the boolean to true; otherwise, it will be false.
StudentsGroupA comma separated list of student groups. For example: "Student,Graduate".
ReturnOnlyWebUsersThe values "True" or "1" will set the boolean to true; otherwise, it will be false.
ConstituenciesA comma separated list of constituencies. For example: "Alum,Parent"
IncludeAddressPendingChangesThe values "True" or "1" will set the boolean to true; otherwise, it will be false.
FamilyIDA comma separated list of family IDs. For example: "02133,02324"
IncludeLostDeceasedConstituentsThe values "True" or "1" will set the boolean to true; otherwise, it will be false.
See Also