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