Delen via


SyncSchemaForeignKeys.Values Property

Gets a collection of the values that are contained in the SyncSchemaForeignKeys object.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public ReadOnly Property Values As IEnumerable(Of SyncSchemaForeignKey)
'Usage
Dim instance As SyncSchemaForeignKeys
Dim value As IEnumerable(Of SyncSchemaForeignKey)

value = instance.Values
public IEnumerable<SyncSchemaForeignKey> Values { get; }
public:
property IEnumerable<SyncSchemaForeignKey^>^ Values {
    IEnumerable<SyncSchemaForeignKey^>^ get ();
}
/** @property */
public IEnumerable<SyncSchemaForeignKey> get_Values ()
public function get Values () : IEnumerable<SyncSchemaForeignKey>

Property Value

A collection of the values that are contained in the SyncSchemaForeignKeys object.

See Also

Reference

SyncSchemaForeignKeys Class
SyncSchemaForeignKeys Members
Microsoft.Synchronization.Data Namespace