UserGroupCommonInfoContract.ComputerAccessInherited Property
Gets and sets a value that describes if computer access is inherited.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public bool ComputerAccessInherited { get; set; }
public:
[DataMemberAttribute]
property bool ComputerAccessInherited {
bool get();
void set(bool value);
}
<DataMemberAttribute>
Public Property ComputerAccessInherited As Boolean
Property Value
Type: System.Boolean
true if computer access is inherited; otherwise, false.
See Also
UserGroupCommonInfoContract Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top