TemplateNodeFieldKey Property |
Gets the
Key referenced by this node.
This is generally only meaningful on nodes where
IsFieldReference is true.
One exception to this is for
Template nodes where the FieldKey
is the node's inner template name.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic string FieldKey { get; }
Public ReadOnly Property FieldKey As String
Get
Property Value
Type:
String
See Also