次の方法で共有


UserGroupCommonInfoContract.HomePageLinksAccessInherited Property

 

Gets and sets a value that determines if the homepage link access is inherited.

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

Syntax

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

Property Value

Type: System.Boolean

true if homepage link access is inherited; otherwise, false.

See Also

UserGroupCommonInfoContract Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top