FileFineAndReplacePlaceHoldersData.replacements Property
Public Property replacements() As Dictionary(Of String, String)
This language is not supported or no code example is available.
public Dictionary<string, string> replacements {get; set;}
This language is not supported or no code example is available.
public:
property Dictionary<String^, String^>^ replacements {
Dictionary<String^, String^>^ get( );
void set(
Dictionary<String^, String^>^ value
);
}
This language is not supported or no code example is available.