public string SourceViewParameterName { get; set; }Public Property SourceViewParameterName As String
Get
Setpublic:
property String^ SourceViewParameterName {
String^ get ();
void set (String^ value);
}member SourceViewParameterName : string with get, set