PullSubscription.FtpPort Property
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property FtpPort As Integer
Get
Set
'Usage
Dim instance As PullSubscription
Dim value As Integer
value = instance.FtpPort
instance.FtpPort = value
public int FtpPort { get; set; }
public:
property int FtpPort {
int get ();
void set (int value);
}
member FtpPort : int with get, set
function get FtpPort () : int
function set FtpPort (value : int)
Property Value
Type: System.Int32