ISnapshotGenerationAgent.PublisherNetworkLibrary Property

Gets or sets the publisher network library.

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: String
The publisher network library.

See Also

Reference

ISnapshotGenerationAgent Interface

Microsoft.SqlServer.Replication Namespace