UserInfo.Warning Property
Gets the warning exception code.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public UserCustomExceptionCode Warning { get; internal set; }
public:
[DataMemberAttribute]
property UserCustomExceptionCode Warning {
UserCustomExceptionCode get();
internal: void set(UserCustomExceptionCode value);
}
<DataMemberAttribute>
Public Property Warning As UserCustomExceptionCode
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Users.UserCustomExceptionCode
One of the UserCustomExceptionCode enumeration values.
See Also
UserInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top