Member Id Match ExpressionMatch Expression Property
The member ID expression to match
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public string MatchExpression { get; set; }VB
Public Property MatchExpression As String
Get
SetC++
public:
property String^ MatchExpression {
String^ get ();
void set (String^ value);
}F#
member MatchExpression : string with get, set