GroupDetailInfo.RemoteAccessInherited Property

Verifies whether the RemoteAccessInherited property value is inherited from another group.

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

Usage

'Usage
Dim instance As GroupDetailInfo
Dim value As Boolean

value = instance.RemoteAccessInherited

Syntax

'Declaration
<DataMemberAttribute> _
Public Property RemoteAccessInherited As Boolean
[DataMemberAttribute] 
public bool RemoteAccessInherited { get; }
[DataMemberAttribute] 
public:
property bool RemoteAccessInherited {
    bool get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public boolean get_RemoteAccessInherited ()
CompilerGeneratedAttribute 
public function get RemoteAccessInherited () : boolean

Property Value

If true, the RemoteAccessInherited property value is inherited from another group; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 7 x32, Windows 7 x64, Windows Server 2008 R2 x64, Windows Server 2012 x64, Windows Server 2012 R2 x64

Target Platforms

Windows Server 2012 R2 x64, Windows Server 2012 R2 Essentials

See Also

Reference

GroupDetailInfo Class
GroupDetailInfo Members
Microsoft.WindowsServerSolutions.Groups Namespace

Copyright © 2013 by Microsoft Corporation. All rights reserved.