TransactionPropertyCollection.Keys Property

Gets a collection of the property names in the collection.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As TransactionPropertyCollection
Dim value As ICollection

value = instance.Keys

Syntax

'Declaration
Public MustOverride ReadOnly Property Keys As ICollection
public abstract ICollection Keys { get; }
public:
virtual property ICollection^ Keys {
    ICollection^ get () abstract;
}
/** @property */
public abstract ICollection get_Keys ()
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

Reference

TransactionPropertyCollection Class
TransactionPropertyCollection Members
Microsoft.MetadirectoryServices Namespace
TransactionPropertyCollection Class