Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
Set
'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);
}
member RowGuid : bool with get, set
function get RowGuid () : boolean
function set RowGuid (value : boolean)
Property Value
Type: System.Boolean
true if the column is a Guid; otherwise, false.