public string SourceParameter { get; set; }
Public Property SourceParameter As String
Get
Set
public:
virtual property String^ SourceParameter {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract SourceParameter : string with get, set
override SourceParameter : string with get, set