Class FieldArgument
Wraps a positional argument within a field code, providing access to its text value after parsing.
Inheritance
System.Object
FieldArgument
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.Fields.FieldCode
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class FieldArgument
Properties
Value
Gets the text value of this argument as extracted from the field code.
Declaration
public string Value { get; }
Property Value
|
System.String
The value. |