Share via


UserPerm Class

 

Contains user permissions.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Storage.UserPerm

Syntax

[DataContractAttribute]
public class UserPerm
[DataContractAttribute]
public ref class UserPerm 
<DataContractAttribute>
Public Class UserPerm

Constructors

Name Description
System_CAPS_pubmethod UserPerm()

Creates a new instance of the UserPerm object.

Properties

Name Description
System_CAPS_pubproperty Category

Gets the category of the permission.

System_CAPS_pubproperty HasName

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

System_CAPS_pubproperty HasSID

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

System_CAPS_pubproperty Name

Gets and sets the name.

System_CAPS_pubproperty Permission

Gets and sets the permission.

System_CAPS_pubproperty SID

Gets and sets the SID.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

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

Thread Safety

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

See Also

Microsoft.WindowsServerSolutions.Storage Namespace

Return to top