SqlCeSyncStoreMetadataCleanup.ObjectPrefix Property
Gets or sets the optional prefix that is used to identify objects that Sync Framework creates.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Public Property ObjectPrefix As String
'Usage
Dim instance As SqlCeSyncStoreMetadataCleanup
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
SqlCeSyncStoreMetadataCleanup Class
SqlCeSyncStoreMetadataCleanup Members
Microsoft.Synchronization.Data.SqlServerCe Namespace