Class SubParamsType
Class for sending the subscription parameters for the SubscribeLogEvent.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class SubParamsType
Properties
| Edit this page View Sourcetype
Set to the parameter type
Declaration
public string type { get; set; }
Property Value
Type | Description |
---|---|
string |
value
Set to the parameter value
Declaration
public string value { get; set; }
Property Value
Type | Description |
---|---|
string |