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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.