GroupStatus Property | |
Gets or sets Status
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false)]
public GroupStatus Status { get; set; }
public:
[DefaultValueAttribute(0)]
[DataMemberAttribute(EmitDefaultValue = false)]
property GroupStatus Status {
GroupStatus get ();
void set (GroupStatus value);
}
function get_Status();
function set_Status(value);
Return Value
Type:
GroupStatusint
Remarks 1 - Open, 2 - Closed, 3 - ClosedLocked.
See Also