Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the values in each row of the column must be unique.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property Unique As Boolean
'Usage
Dim instance As SyncSchemaColumn
Dim value As Boolean
value = instance.Unique
instance.Unique = value
public bool Unique { get; set; }
public:
property bool Unique {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_Unique ()
/** @property */
public void set_Unique (boolean value)
public function get Unique () : boolean
public function set Unique (value : boolean)
Property Value
true if the values in each row of the column must be unique; otherwise, false.
See Also
Reference
SyncSchemaColumn Class
SyncSchemaColumn Members
Microsoft.Synchronization.Data Namespace