CSEntry.ConnectionRule Property
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
'Usage
Dim instance As CSEntry
Dim value As RuleType
value = instance.ConnectionRule
Syntax
'Declaration
Public MustOverride ReadOnly Property ConnectionRule As RuleType
public abstract RuleType ConnectionRule { get; }
public:
virtual property RuleType ConnectionRule {
RuleType get () abstract;
}
/** @property */
public abstract RuleType get_ConnectionRule ()
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
Reference
CSEntry Class
CSEntry Members
Microsoft.MetadirectoryServices Namespace
RuleType
ExportEntry
CSEntry Class