| MemberIdMatchExpressionMatchAsRegEx Property |
Match and replace the member ID using a regular expression
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax public bool MatchAsRegEx { get; set; }
Public Property MatchAsRegEx As Boolean
Get
Set
public:
property bool MatchAsRegEx {
bool get ();
void set (bool value);
}
member MatchAsRegEx : bool with get, set
Property Value
Type:
BooleanTrue to match and replace as a regular expression, false to use literal match and replace
See Also