JsonConfEditorAttributeResourceIdPrefix Property |
Prefix that can be pre-pended to resource id strings in localizable string properties.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string ResourceIdPrefix { get; set; }
Public Property ResourceIdPrefix As String
Get
Set
public:
property String^ ResourceIdPrefix {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also