Share via


SetVBOptionCodeGenerator.Value Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets a value that indicates whether the SetVBOptionCodeGenerator has a value.

Namespace:  System.Web.Razor.Generator
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Property Value As Boolean 
    Get 
    Private Set
'Usage
Dim instance As SetVBOptionCodeGenerator 
Dim value As Boolean 

value = instance.Value
public bool Value { get; private set; }
public:
property bool Value {
    bool get ();
    private: void set (bool value);
}
member Value : bool with get, private set
function get Value () : boolean 
private function set Value (value : boolean)

Property Value

Type: System.Boolean
true if the SetVBOptionCodeGenerator has a value; otherwise, false.

See Also

Reference

SetVBOptionCodeGenerator Class

System.Web.Razor.Generator Namespace