[This is preliminary documentation and is subject to change.]
Provides attribute name for matching of multiple sections with the same name, i.e. a logger may have many 'destinations'
subnodes each with different 'name' attribute
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string SectionMatchAttrName { get; set; }
public string SectionMatchAttrName { get; set; }
Public Property SectionMatchAttrName As String
Get
Set
Public Property SectionMatchAttrName As String
Get
Set
public:
property String^ SectionMatchAttrName {
String^ get ();
void set (String^ value);
}
public:
property String^ SectionMatchAttrName {
String^ get ();
void set (String^ value);
}
member SectionMatchAttrName : string with get, set
member SectionMatchAttrName : string with get, set
Property Value
Type:
String