Share via


DeploymentObjectAttributeData Constructors

Definition

Overloads

DeploymentObjectAttributeData(String, DeploymentObjectAttributeValue)
DeploymentObjectAttributeData(String, Boolean)
DeploymentObjectAttributeData(String, DateTime)
DeploymentObjectAttributeData(String, Int64)
DeploymentObjectAttributeData(String, String)
DeploymentObjectAttributeData(String, DeploymentObjectAttributeValue, DeploymentObjectAttributeKind)
DeploymentObjectAttributeData(String, Byte[], DeploymentObjectAttributeKind)
DeploymentObjectAttributeData(String, String, DeploymentObjectAttributeKind)

DeploymentObjectAttributeData(String, DeploymentObjectAttributeValue)

public:
 DeploymentObjectAttributeData(System::String ^ name, Microsoft::Web::Deployment::DeploymentObjectAttributeValue ^ value);
public DeploymentObjectAttributeData (string name, Microsoft.Web.Deployment.DeploymentObjectAttributeValue value);
new Microsoft.Web.Deployment.DeploymentObjectAttributeData : string * Microsoft.Web.Deployment.DeploymentObjectAttributeValue -> Microsoft.Web.Deployment.DeploymentObjectAttributeData
Public Sub New (name As String, value As DeploymentObjectAttributeValue)

Parameters

name
String

Applies to

DeploymentObjectAttributeData(String, Boolean)

public:
 DeploymentObjectAttributeData(System::String ^ name, bool value);
public DeploymentObjectAttributeData (string name, bool value);
new Microsoft.Web.Deployment.DeploymentObjectAttributeData : string * bool -> Microsoft.Web.Deployment.DeploymentObjectAttributeData
Public Sub New (name As String, value As Boolean)

Parameters

name
String
value
Boolean

Applies to

DeploymentObjectAttributeData(String, DateTime)

public:
 DeploymentObjectAttributeData(System::String ^ name, DateTime value);
public DeploymentObjectAttributeData (string name, DateTime value);
new Microsoft.Web.Deployment.DeploymentObjectAttributeData : string * DateTime -> Microsoft.Web.Deployment.DeploymentObjectAttributeData
Public Sub New (name As String, value As DateTime)

Parameters

name
String
value
DateTime

Applies to

DeploymentObjectAttributeData(String, Int64)

public:
 DeploymentObjectAttributeData(System::String ^ name, long value);
public DeploymentObjectAttributeData (string name, long value);
new Microsoft.Web.Deployment.DeploymentObjectAttributeData : string * int64 -> Microsoft.Web.Deployment.DeploymentObjectAttributeData
Public Sub New (name As String, value As Long)

Parameters

name
String
value
Int64

Applies to

DeploymentObjectAttributeData(String, String)

public:
 DeploymentObjectAttributeData(System::String ^ name, System::String ^ value);
public DeploymentObjectAttributeData (string name, string value);
new Microsoft.Web.Deployment.DeploymentObjectAttributeData : string * string -> Microsoft.Web.Deployment.DeploymentObjectAttributeData
Public Sub New (name As String, value As String)

Parameters

name
String
value
String

Applies to

DeploymentObjectAttributeData(String, DeploymentObjectAttributeValue, DeploymentObjectAttributeKind)

public:
 DeploymentObjectAttributeData(System::String ^ name, Microsoft::Web::Deployment::DeploymentObjectAttributeValue ^ value, Microsoft::Web::Deployment::DeploymentObjectAttributeKind kind);
public DeploymentObjectAttributeData (string name, Microsoft.Web.Deployment.DeploymentObjectAttributeValue value, Microsoft.Web.Deployment.DeploymentObjectAttributeKind kind);
new Microsoft.Web.Deployment.DeploymentObjectAttributeData : string * Microsoft.Web.Deployment.DeploymentObjectAttributeValue * Microsoft.Web.Deployment.DeploymentObjectAttributeKind -> Microsoft.Web.Deployment.DeploymentObjectAttributeData
Public Sub New (name As String, value As DeploymentObjectAttributeValue, kind As DeploymentObjectAttributeKind)

Parameters

name
String

Applies to

DeploymentObjectAttributeData(String, Byte[], DeploymentObjectAttributeKind)

public:
 DeploymentObjectAttributeData(System::String ^ name, cli::array <System::Byte> ^ value, Microsoft::Web::Deployment::DeploymentObjectAttributeKind kind);
public DeploymentObjectAttributeData (string name, byte[] value, Microsoft.Web.Deployment.DeploymentObjectAttributeKind kind);
new Microsoft.Web.Deployment.DeploymentObjectAttributeData : string * byte[] * Microsoft.Web.Deployment.DeploymentObjectAttributeKind -> Microsoft.Web.Deployment.DeploymentObjectAttributeData
Public Sub New (name As String, value As Byte(), kind As DeploymentObjectAttributeKind)

Parameters

name
String
value
Byte[]

Applies to

DeploymentObjectAttributeData(String, String, DeploymentObjectAttributeKind)

public:
 DeploymentObjectAttributeData(System::String ^ name, System::String ^ value, Microsoft::Web::Deployment::DeploymentObjectAttributeKind kind);
public DeploymentObjectAttributeData (string name, string value, Microsoft.Web.Deployment.DeploymentObjectAttributeKind kind);
new Microsoft.Web.Deployment.DeploymentObjectAttributeData : string * string * Microsoft.Web.Deployment.DeploymentObjectAttributeKind -> Microsoft.Web.Deployment.DeploymentObjectAttributeData
Public Sub New (name As String, value As String, kind As DeploymentObjectAttributeKind)

Parameters

name
String
value
String

Applies to