AttributeValue.Literal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.