| ParserBeginQuote Property |
[This is preliminary documentation and is subject to change.]
Get/Set String containing the the characters for Quoting in OpenDSS scripts. Matching pairs defined in EndQuote. Default is "'([{.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string BeginQuote { get; set; }
Public Property BeginQuote As String
Get
Set
public:
property String^ BeginQuote {
String^ get ();
void set (String^ value);
}
member BeginQuote : string with get, set
function get_BeginQuote();
function set_BeginQuote(value);
Property Value
Type:
StringSee Also