Click or drag to resize

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; }

Return Value

Type: GroupStatus
int
Remarks
1 - Open, 2 - Closed, 3 - ClosedLocked.
See Also