IPackageManifest.DeploymentServerType Property

Definition

Gets or sets the type of server that hosts the package.

public:
 property Microsoft::VisualStudio::SharePoint::Packages::DeploymentServerType DeploymentServerType { Microsoft::VisualStudio::SharePoint::Packages::DeploymentServerType get(); void set(Microsoft::VisualStudio::SharePoint::Packages::DeploymentServerType value); };
public Microsoft.VisualStudio.SharePoint.Packages.DeploymentServerType DeploymentServerType { get; set; }
member this.DeploymentServerType : Microsoft.VisualStudio.SharePoint.Packages.DeploymentServerType with get, set
Public Property DeploymentServerType As DeploymentServerType

Property Value

An object representing the type of server hosting the package.

Applies to