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 column is a Guid.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property RowGuid As Boolean
'Usage
Dim instance As SyncSchemaColumn
Dim value As Boolean
value = instance.RowGuid
instance.RowGuid = value
public bool RowGuid { get; set; }
public:
property bool RowGuid {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_RowGuid ()
/** @property */
public void set_RowGuid (boolean value)
public function get RowGuid () : boolean
public function set RowGuid (value : boolean)
Property Value
true if the column is a Guid; otherwise, false.
See Also
Reference
SyncSchemaColumn Class
SyncSchemaColumn Members
Microsoft.Synchronization.Data Namespace