UserGroupCommonInfoContract.HomePageLinksAccess Property
Gets and sets homepage link access.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public RemoteAccessType HomePageLinksAccess { get; set; }
public:
[DataMemberAttribute]
property RemoteAccessType HomePageLinksAccess {
RemoteAccessType get();
void set(RemoteAccessType value);
}
<DataMemberAttribute>
Public Property HomePageLinksAccess As RemoteAccessType
Property Value
Type: Microsoft.WindowsServerSolutions.Users.RemoteAccessType
Hompage link access.
See Also
UserGroupCommonInfoContract Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top