Share via


NamePermission.Name Property

 

The name for the user account to which the permissions are applied.

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

Syntax

public string Name { get; private set; }
public:
property String^ Name {
    String^ get();
    private: void set(String^ value);
}
Public Property Name As String
    Get
    Private Set
End Property

Property Value

Type: System.String

A string that contains the user account name.

See Also

NamePermission Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top