This topic has not yet been rated - Rate this topic

SyncTableInfo.Description Property

Synchronization Services - ADO.NET 1.0 SP1

Gets or sets the description of the table.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
public string Description { get; set; }
/** @property */
public String get_Description ()

/** @property */
public void set_Description (String value)

public function get Description () : String

public function set Description (value : String)

Property Value

The description of the table.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.