 | 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)
Syntaxpublic string Value { get; set; }
Public Property Value As String
Get
Set
public:
property String^ Value {
String^ get ();
void set (String^ value);
}
function get Value () : String
function set Value (value : String)
function get_Value();
function set_Value(value);
Property Value
Type:
StringThe value for the parameter.
Remarks
The following chart describes the value expected for each parameter:
Parameter | Value Property |
---|
IncludeStudents | The values "True" or "1" will set the boolean to true; otherwise, it will be false. |
IncludeParents | The values "True" or "1" will set the boolean to true; otherwise, it will be false. |
IncludeFaculty | The values "True" or "1" will set the boolean to true; otherwise, it will be false. |
IncludeInactiveFaculty | The values "True" or "1" will set the boolean to true; otherwise, it will be false. |
IncludeConstituents | The values "True" or "1" will set the boolean to true; otherwise, it will be false. |
IncludePersonSpouseInfo | The values "True" or "1" will set the boolean to true; otherwise, it will be false. |
IncludePersonStudents | The values "True" or "1" will set the boolean to true; otherwise, it will be false. |
ReturnFacultyOnlyAddresses | The values "True" or "1" will set the boolean to true; otherwise, it will be false. |
StudentsGroup | A comma separated list of student groups. For example: "Student,Graduate". |
ReturnOnlyWebUsers | The values "True" or "1" will set the boolean to true; otherwise, it will be false. |
Constituencies | A comma separated list of constituencies. For example: "Alum,Parent" |
IncludeAddressPendingChanges | The values "True" or "1" will set the boolean to true; otherwise, it will be false. |
FamilyID | A comma separated list of family IDs. For example: "02133,02324" |
IncludeLostDeceasedConstituents | The values "True" or "1" will set the boolean to true; otherwise, it will be false. |
See Also