prjApplicationManifestValues.prjApplicationManifest_NoManifest Field
An enumeration value indicating that the application has no app.manifest file.
Namespace: VslangProj90
Assembly: VslangProj90 (in VslangProj90.dll)
Syntax
'Declaration
Public Const prjApplicationManifest_NoManifest As String
'Usage
Dim value As String
value = prjApplicationManifestValues.prjApplicationManifest_NoManifest
public const string prjApplicationManifest_NoManifest
public:
literal String^ prjApplicationManifest_NoManifest
public const var prjApplicationManifest_NoManifest : String
Remarks
For more information, see How to: Sign Application and Deployment Manifests.
.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.
See Also
Reference
prjApplicationManifestValues Class