UserFault.UserCode Property
Gets the UserCustomExceptionCode object.
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
UserFault Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top