BasePermission Class

 

Represents the base permissions.

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


public ref class BasePermission 

NameDescription
System_CAPS_protmethodBasePermission()

Initializes a new instance of the BasePermission class.

System_CAPS_protmethodBasePermission(Permission)

Initializes a new instance of the BasePermission class with the specified Permission object.

System_CAPS_protmethodBasePermission(Permission, PrincipleCategory)

Creates and initializes a new instance of the BasePermission class with the specified Permission and PrincipleCategory objects.

NameDescription
System_CAPS_pubpropertyCategory

Specifies the category of the permission.

System_CAPS_pubpropertyPermission

Gets or sets the base permissions.

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()

(Inherited from Object.)

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: