Share 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)
    Get
'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 ();
}
member Values : IEnumerable<SyncSchemaForeignKey>
function get Values () : IEnumerable<SyncSchemaForeignKey>

Property Value

Type: System.Collections.Generic.IEnumerable<SyncSchemaForeignKey>
A collection of the values that are contained in the SyncSchemaForeignKeys object.

See Also

Reference

SyncSchemaForeignKeys Class

Microsoft.Synchronization.Data Namespace