Table of Contents

Class Destination

Namespace
Dynamicweb.Deployment
Assembly
Dynamicweb.Deployment.dll
Represents a deployment destination
public class Destination
Inheritance
Destination
Inherited Members

Properties

Id

Gets or sets the identifier.
public string Id { get; set; }

Property Value

string
The identifier.

Name

Gets or sets the name.
public string Name { get; set; }

Property Value

string
The name.

Password

Gets or sets the password.
public string Password { get; set; }

Property Value

string
The password.

Url

Gets or sets the URL.
public string Url { get; set; }

Property Value

string
The URL.

Username

Gets or sets the username.
public string Username { get; set; }

Property Value

string
The username.
To top