SMSEventArgs.Data Property

Routee SMSClient

SMSEventArgsData Property

Gets or sets the data.

Namespace:  SMSInterfaces.Base
Assembly:  SMSInterfaces (in SMSInterfaces.dll) Version: 1.0.0
Syntax
C#
public Object Data { get; set; }

Property Value

Type: Object
The data.
See Also