UserPerm Class

 

Contains user permissions.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

System::Object
  Microsoft.WindowsServerSolutions.Storage::UserPerm

[DataContractAttribute]
public ref class UserPerm 

NameDescription
System_CAPS_pubmethodUserPerm()

Creates a new instance of the UserPerm object.

NameDescription
System_CAPS_pubpropertyCategory

Gets the category of the permission.

System_CAPS_pubpropertyHasName

Gets a value that describes whether the user permissions has a name.

System_CAPS_pubpropertyHasSID

Gets a value that describes whether the user permissions has an SID.

System_CAPS_pubpropertyName

Gets and sets the name.

System_CAPS_pubpropertyPermission

Gets and sets the permission.

System_CAPS_pubpropertySID

Gets and sets the SID.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Overrides Object::ToString().)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: