PlaceholderTemplateNodeSettings Property |
The settings which control how a placeholders are parsed and expanded.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic abstract PlaceholderTemplateSettings Settings { get; }
Public MustOverride ReadOnly Property Settings As PlaceholderTemplateSettings
Get
public:
virtual property PlaceholderTemplateSettings^ Settings {
PlaceholderTemplateSettings^ get () abstract;
}
Property Value
Type:
PlaceholderTemplateSettings
See Also