Class DocumentVariableField
Represents a DOCVARIABLE field.
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
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class DocumentVariableField : Field
Properties
Name
Gets the name of the document variable.
Declaration
public string Name { get; }
Property Value
System.String
The name. |