ISnapshotGenerationAgent.PublisherNetworkLibrary Property

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

Syntax

'Declaration
Property PublisherNetworkLibrary As String
    Get
    Set
'Usage
Dim instance As ISnapshotGenerationAgent
Dim value As String

value = instance.PublisherNetworkLibrary

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

Property Value

Type: System.String