DbSyncScopeDescription.ToString Method

Returns a string that represents the DbSyncScopeDescription object.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As DbSyncScopeDescription
Dim returnValue As String

returnValue = instance.ToString
public override string ToString ()
public:
virtual String^ ToString () override
public String ToString ()
public override function ToString () : String

Return Value

A string that represents the DbSyncScopeDescription object.

See Also

Reference

DbSyncScopeDescription Class
DbSyncScopeDescription Members
Microsoft.Synchronization.Data Namespace