Share via


DeploymentObject.Attributes Property

Definition

Gets a Microsoft.Web.Deployment.DeploymentAttributeCollection instance that contains the attributes of the deployment object.

public:
 property Microsoft::Web::Deployment::DeploymentObjectAttributeCollection ^ Attributes { Microsoft::Web::Deployment::DeploymentObjectAttributeCollection ^ get(); };
public Microsoft.Web.Deployment.DeploymentObjectAttributeCollection Attributes { get; }
member this.Attributes : Microsoft.Web.Deployment.DeploymentObjectAttributeCollection
Public ReadOnly Property Attributes As DeploymentObjectAttributeCollection

Property Value

A Microsoft.Web.Deployment.DeploymentAttributeCollection instance that contains the attributes of the deployment object.

Applies to