ActiveState.InvalidParameterValue Property

 

Applies To: SQL Server 2016 Preview

Indicates whether a parameter value that is persisted with a subscription is valid. Boolean. Read-only.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public bool InvalidParameterValue { get; set; }
public:
property bool InvalidParameterValue {
    bool get();
    void set(bool value);
}
member InvalidParameterValue : bool with get, set
Public Property InvalidParameterValue As Boolean

Property Value

Type: System.Boolean

A Boolean value indicating whether a parameter value that is persisted with a subscription is valid.

See Also

ActiveState Class
ReportService2005 Namespace

Return to top