[DefaultValueAttribute(null)]
public string XPath { get; set; }
<DefaultValueAttribute(Nothing)>
Public Property XPath As String
Get
Set
public:
[DefaultValueAttribute(nullptr)]
property String^ XPath {
String^ get ();
void set (String^ value);
}
[<DefaultValueAttribute(null)>]
member XPath : string with get, set