Gets one of the RuleType values that indicates the type of rule that connected the CSEntry object to, or disconnected the CSEntry from, a metaverse object. This property is not available in the ExportEntry method.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As CSEntry
Dim value As RuleType

value = instance.ConnectionRule

Syntax

Visual Basic
Public MustOverride ReadOnly Property ConnectionRule As RuleType
C#
public abstract RuleType ConnectionRule { get; }
C++
public:
virtual property RuleType ConnectionRule {
		RuleType get () abstract;
}
J#
/** @property */
public abstract RuleType get_ConnectionRule ()
JScript
public abstract function get ConnectionRule () : RuleType

Property Value

Returns a RuleType object.

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

Target Platforms

See Also