IParameterSource LinkedSource { get; set; }
Property LinkedSource As IParameterSource
Get
Set
property IParameterSource^ LinkedSource {
IParameterSource^ get ();
void set (IParameterSource^ value);
}
abstract LinkedSource : IParameterSource with get, set