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