public: property System::String ^ ConfigString { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743808)] [get: System.Runtime.InteropServices.DispId(1610743808)] [set: System.Runtime.InteropServices.DispId(1610743808)] public string ConfigString { get; set; }
[<System.Runtime.InteropServices.DispId(1610743808)>] [<get: System.Runtime.InteropServices.DispId(1610743808)>] [<set: System.Runtime.InteropServices.DispId(1610743808)>] member this.ConfigString : string with get, set
Public Property ConfigString As String
Thank you.