Share via


CSharpProjectProperties7.GenerateManifests Property

Namespace:  VSLangProj110
Assembly:  VSLangProj110 (in VSLangProj110.dll)

Syntax

'Declaration
Property GenerateManifests As Boolean
bool GenerateManifests { get; set; }
property bool GenerateManifests {
    bool get ();
    void set (bool value);
}
abstract GenerateManifests : bool with get, set
function get GenerateManifests () : boolean 
function set GenerateManifests (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

CSharpProjectProperties7 Interface

VSLangProj110 Namespace