ReportParameter.Type Property

Namespace:  Microsoft.TeamFoundation.Client.Reporting
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

‘선언
Public Property Type As ParameterTypeEnum
    Get
    Set
public ParameterTypeEnum Type { get; set; }
public:
property ParameterTypeEnum Type {
    ParameterTypeEnum get ();
    void set (ParameterTypeEnum value);
}
member Type : ParameterTypeEnum with get, set
function get Type () : ParameterTypeEnum
function set Type (value : ParameterTypeEnum)

Property Value

Type: Microsoft.TeamFoundation.Client.Reporting.ParameterTypeEnum

.NET Framework Security

See Also

Reference

ReportParameter Class

Microsoft.TeamFoundation.Client.Reporting Namespace