Class GetSubscriptionPropertiesCompletedEventArgs
Inheritance
System.Object
GetSubscriptionPropertiesCompletedEventArgs
Assembly: BoldReports.Web.dll
Syntax
public class GetSubscriptionPropertiesCompletedEventArgs : AsyncCompletedEventArgs
Properties
Active
Declaration
public ActiveState Active { get; }
Property Value
Description
Declaration
public string Description { get; }
Property Value
Type |
Description |
System.String |
|
EventType
Declaration
public string EventType { get; }
Property Value
Type |
Description |
System.String |
|
ExtensionSettings
Declaration
public ExtensionSettings ExtensionSettings { get; }
Property Value
MatchData
Declaration
public string MatchData { get; }
Property Value
Type |
Description |
System.String |
|
Parameters
Declaration
public ParameterValue[] Parameters { get; }
Property Value
Result
Declaration
public string Result { get; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; }
Property Value
Type |
Description |
System.String |
|