Share via


VBProjectProperties6.SignManifests Property

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VBProjectProperties6 Interface

VSLangProj110 Namespace