IMergeSynchronizationAgent.MetadataRetentionCleanup Property
Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property MetadataRetentionCleanup As Boolean
    Get
    Set
'Usage
Dim instance As IMergeSynchronizationAgent
Dim value As Boolean
value = instance.MetadataRetentionCleanup
instance.MetadataRetentionCleanup = value
bool MetadataRetentionCleanup { get; set; }
property bool MetadataRetentionCleanup {
    bool get ();
    void set (bool value);
}
abstract MetadataRetentionCleanup : bool with get, set
function get MetadataRetentionCleanup () : boolean
function set MetadataRetentionCleanup (value : boolean)
Property Value
Type: System.Boolean