Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the GroupErrorCode for a warning message.
Namespace:   Microsoft.WindowsServerSolutions.Groups
Assembly:  UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public GroupErrorCode Warning { get; internal set; }
public:
[DataMemberAttribute]
property GroupErrorCode Warning {
    GroupErrorCode get();
    internal: void set(GroupErrorCode value);
}
<DataMemberAttribute>
Public Property Warning As GroupErrorCode
    Get
    Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Groups.GroupErrorCode
A GroupErrorCode object that contains the warning message.
See Also
GroupInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top