 | Group Class |
A web security group.
Inheritance Hierarchy
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax[SerializableAttribute]
public class Group
<SerializableAttribute>
Public Class Group
[SerializableAttribute]
public ref class Group
SeniorSystemsWS.Entity.Group = function();
Type.createClass(
'SeniorSystemsWS.Entity.Group');
The Group type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | CommunityID |
Gets or sets the community ID.
|
 | GroupID |
Gets or sets the security group ID.
|
 | GroupName |
Gets or sets the name of the security group.
|
Top
See Also