ReplacementOptionsReplacement Property |
Gets or sets the textual replacement value.
Namespace: GroupDocs.Redaction.RedactionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 20.11
Syntaxpublic string Replacement { get; set; }
Public Property Replacement As String
Get
Set
public:
property String^ Replacement {
String^ get ();
void set (String^ value);
}
member Replacement : string with get, set
Property Value
Type:
String
See Also