Gets a collection of the property names in the collection.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Syntax
Visual Basic |
Public MustOverride ReadOnly Property Keys As ICollection
|
C# |
public abstract ICollection Keys { get; }
|
C++ |
public:
virtual property ICollection^ Keys {
ICollection^ get () abstract;
}
|
J# |
/** @property */
public abstract ICollection get_Keys ()
|
JScript |
public abstract function get Keys () : ICollection
|
Property Value
Returns an
ICollection 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