GroupInfo.Warning Property
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