Share via


UserPerm.HasName Property

 

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

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

Syntax

[DataMemberAttribute]
public bool HasName { get; private set; }
public:
[DataMemberAttribute]
property bool HasName {
    bool get();
    private: void set(bool value);
}
<DataMemberAttribute>
Public Property HasName As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

true if the user permissions has a name; otherwise, false.

See Also

UserPerm Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top