Share via


UserPerm.Name Property

 

Gets and sets the name.

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

Syntax

[DataMemberAttribute]
public string Name { get; set; }
public:
[DataMemberAttribute]
property String^ Name {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute>
Public Property Name As String

Property Value

Type: System.String

The name.

See Also

UserPerm Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top