GroupDetailInfo.IsSecurityGroup Property

 

Verifies whether the group is a security group.

Namespace:   Microsoft.WindowsServerSolutions.Groups
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

[DataMemberAttribute]
public Nullable<bool> IsSecurityGroup { get; internal set; }
public:
[DataMemberAttribute]
property Nullable<bool> IsSecurityGroup {
    Nullable<bool> get();
    internal: void set(Nullable<bool> value);
}
<DataMemberAttribute>
Public Property IsSecurityGroup As Nullable(Of Boolean)
    Get
    Friend Set
End Property

Property Value

Type: System.Nullable<Boolean>

If true, the group is a security group; otherwise, false.

See Also

GroupDetailInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top