DbSyncForeignKeyConstraint.ConstraintName Property

Gets or sets the name of the foreign key constraint.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Property ConstraintName As String
    Get
    Set
'Usage
Dim instance As DbSyncForeignKeyConstraint
Dim value As String

value = instance.ConstraintName

instance.ConstraintName = value
public string ConstraintName { get; set; }
public:
property String^ ConstraintName {
    String^ get ();
    void set (String^ value);
}
member ConstraintName : string with get, set
function get ConstraintName () : String
function set ConstraintName (value : String)

Property Value

Type: System.String
The name of the foreign key constraint.

See Also

Reference

DbSyncForeignKeyConstraint Class

Microsoft.Synchronization.Data Namespace