Share via


DeploymentProjectBuilder.DeployManifestName Property

Gets or sets the deployment manifest name.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Friend Property DeployManifestName As String
protected internal string DeployManifestName { get; set; }
protected public:
property String^ DeployManifestName {
    String^ get ();
    void set (String^ value);
}
member DeployManifestName : string with get, set
function get DeployManifestName () : String
function set DeployManifestName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DeploymentProjectBuilder Class

Microsoft.Data.Schema.Build Namespace