AttributeValue.Literal Property

Definition

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.

public bool Literal { get; }
member this.Literal : bool
Public ReadOnly Property Literal As Boolean

Property Value

true if the value is a literal value; otherwise, false.

Applies to