XDisplayable.Parameter Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Services
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Property Parameter As XParameter()
public XParameter[] Parameter { get; set; }
public:
property array<XParameter^>^ Parameter {
    array<XParameter^>^ get ();
    void set (array<XParameter^>^ value);
}
member Parameter : XParameter[] with get, set
function get Parameter () : XParameter[]
function set Parameter (value : XParameter[])

Property Value

Type: array<Microsoft.TeamFoundation.SourceControl.WebApi.Services.XParameter[]

.NET Framework Security

See Also

Reference

XDisplayable Class

Microsoft.TeamFoundation.SourceControl.WebApi.Services Namespace