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 exception code.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public UserCustomExceptionCode UserCode { get; internal set; }
public:
[DataMemberAttribute]
property UserCustomExceptionCode UserCode {
UserCustomExceptionCode get();
internal: void set(UserCustomExceptionCode value);
}
<DataMemberAttribute>
Public Property UserCode As UserCustomExceptionCode
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Users.UserCustomExceptionCode
An instance of UserCustomExceptionCode.
See Also
ReturnClass Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top