Share via


AttributeValue.Literal Property

Gets or sets a value that indicates whether the value is a literal value.

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

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Property Literal As Boolean 
    Get 
    Private Set
'Usage
Dim instance As AttributeValue 
Dim value As Boolean 

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

Property Value

Type: System.Boolean
true if the value is a literal value; otherwise, false.

See Also

Reference

AttributeValue Class

System.Web.WebPages Namespace