TransactionPropertyCollection.Values Property

Gets a collection of the values of all the properties 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.Values

Syntax

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