Share via


MergeSynchronizationAgent.InputMessageFile Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Public Overridable Property InputMessageFile As String
    Get
    Set
'Usage
Dim instance As MergeSynchronizationAgent
Dim value As String

value = instance.InputMessageFile

instance.InputMessageFile = value
public virtual string InputMessageFile { get; set; }
public:
virtual property String^ InputMessageFile {
    String^ get ();
    void set (String^ value);
}
abstract InputMessageFile : string with get, set
override InputMessageFile : string with get, set
function get InputMessageFile () : String
function set InputMessageFile (value : String)

Property Value

Type: System.String

Implements

IMergeSynchronizationAgent.InputMessageFile