次の方法で共有


UserGroupCommonInfoContract.DashboardAccessInherited Property

 

Gets and sets a value that describes if Dashboard access is inherited.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

[DataMemberAttribute]
public bool DashboardAccessInherited { get; set; }
public:
[DataMemberAttribute]
property bool DashboardAccessInherited {
    bool get();
    void set(bool value);
}
<DataMemberAttribute>
Public Property DashboardAccessInherited As Boolean

Property Value

Type: System.Boolean

true if dashboard access is inherited; otherwise, false.

See Also

UserGroupCommonInfoContract Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top