Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or gets the value of the enum property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property Value As Integer
Get
Set
int Value { get; set; }
property int Value {
int get ();
void set (int value);
}
abstract Value : int with get, set
function get Value () : int
function set Value (value : int)
Property Value
Type: System.Int32
Integer value of the enum property.
.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.