Class AuthorizationGroupSearchResult
Represents an authorization group that matches authorization group search query.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities.Search
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class AuthorizationGroupSearchResult : SearchResult
Constructors
AuthorizationGroupSearchResult()
Declaration
public AuthorizationGroupSearchResult()
Properties
IsEnabled
Gets or sets flag indicating that group is enabled.
Declaration
[DataMember]
public bool IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |