Share via


SqlSyncStoreRestore.ObjectPrefix Property

Gets or sets the optional prefix that is used to identify objects that Sync Framework creates.

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

Syntax

'Declaration
Public Property ObjectPrefix As String
'Usage
Dim instance As SqlSyncStoreRestore
Dim value As String

value = instance.ObjectPrefix

instance.ObjectPrefix = value
public string ObjectPrefix { get; set; }
public:
property String^ ObjectPrefix {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ObjectPrefix ()

/** @property */
public void set_ObjectPrefix (String value)
public function get ObjectPrefix () : String

public function set ObjectPrefix (value : String)

Property Value

The prefix that is used to identify objects that Sync Framework creates.

Remarks

The prefix must match the one that is specified for the ObjectPrefix property.

See Also

Reference

SqlSyncStoreRestore Class
SqlSyncStoreRestore Members
Microsoft.Synchronization.Data.SqlServer Namespace