Gets or sets the original token tag. Example {% tokenName }
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Original { get; set; }
Public Property Original As String
Get
Set
public:
property String^ Original {
String^ get ();
void set (String^ value);
}
member Original : string with get, set
Property Value
Type:
String
See Also