PlaceholderTemplateSettingsDefaultEncoder Property |
Indicates which encoding should be used on expanded placeholder texts by default.
If a placeholder already contains an encoder this will not be used on its values.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic IEncodingPlaceholderCommand DefaultEncoder { get; set; }
Public Property DefaultEncoder As IEncodingPlaceholderCommand
Get
Set
public:
property IEncodingPlaceholderCommand^ DefaultEncoder {
IEncodingPlaceholderCommand^ get ();
void set (IEncodingPlaceholderCommand^ value);
}
Property Value
Type:
IEncodingPlaceholderCommand
See Also