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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.