SnapshotGenerationAgent.PublisherEncryptedPassword Property

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

Gets or sets the encrypted password for the publisher.

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Property PublisherEncryptedPassword As String 
    Get 
    Set
'Usage
Dim instance As SnapshotGenerationAgent 
Dim value As String 

value = instance.PublisherEncryptedPassword

instance.PublisherEncryptedPassword = value
[ComVisibleAttribute(false)]
public string PublisherEncryptedPassword { get; set; }
[ComVisibleAttribute(false)]
public:
property String^ PublisherEncryptedPassword {
    String^ get ();
    void set (String^ value);
}
[<ComVisibleAttribute(false)>]
member PublisherEncryptedPassword : string with get, set
function get PublisherEncryptedPassword () : String 
function set PublisherEncryptedPassword (value : String)

Property Value

Type: String
The encrypted password for the publisher.

See Also

Reference

SnapshotGenerationAgent Class

Microsoft.SqlServer.Replication Namespace