Public Property Parameters As String Get Set(ByVal value As String)
public string Parameters { get; set; }
public: property String^ Parameters { String^ get(); void set(String^ value); }
Type: System.StringSystem.StringSystem::String^