InstantMessageContent Property |
Gets the content of the message.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic string Content { get; set; }
Public Property Content As String
Get
Set
public:
property String^ Content {
String^ get ();
void set (String^ value);
}
member Content : string with get, set
Property Value
Type:
String
See Also