[ConnectionStringParameterAttribute] [DefaultValueAttribute("/")] public string RemotePath { get; set; }
<ConnectionStringParameterAttribute> <DefaultValueAttribute("/")> Public Property RemotePath As String Get Set
public: [ConnectionStringParameterAttribute] [DefaultValueAttribute(L"/")] property String^ RemotePath { String^ get (); void set (String^ value); }
[<ConnectionStringParameterAttribute>] [<DefaultValueAttribute("/")>] member RemotePath : string with get, set
function get_RemotePath(); function set_RemotePath(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.