QueryParameterSpecified 属性
Gets or sets a value that indicates whether the QueryParameter property is specified.
命名空间: ReportService2010
程序集: ReportService2010(在 ReportService2010.dll 中)
语法
声明
Public Property QueryParameterSpecified As Boolean
Get
Set
用法
Dim instance As ItemParameter
Dim value As Boolean
value = instance.QueryParameterSpecified
instance.QueryParameterSpecified = value
public bool QueryParameterSpecified { get; set; }
public:
property bool QueryParameterSpecified {
bool get ();
void set (bool value);
}
member QueryParameterSpecified : bool with get, set
function get QueryParameterSpecified () : boolean
function set QueryParameterSpecified (value : boolean)
属性值
类型:System. . :: . .Boolean
true if the QueryParameter property should be included in the Web service call; otherwise, false. The default is false.