TableName propriété
Obtient ou définit le nom de SyncTable.
Espace de noms : Microsoft.Synchronization.Data
Assembly : Microsoft.Synchronization.Data (dans Microsoft.Synchronization.Data.dll)
Syntaxe
'Déclaration
Public Property TableName As String
Get
Set
'Utilisation
Dim instance As SyncTableProgress
Dim value As String
value = instance.TableName
instance.TableName = value
public string TableName { get; set; }
public:
property String^ TableName {
String^ get ();
void set (String^ value);
}
member TableName : string with get, set
function get TableName () : String
function set TableName (value : String)
Valeur de la propriété
Type : System. . :: . .String
Nom de SyncTable.