[Missing <summary> documentation for "P:OPSSDKCommon.Model.Message.Message.Recipient"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
| C# |
|---|
public string Recipient { get; private set; } |
| Visual Basic |
|---|
Public Property Recipient As String Get Private Set |
| Visual C++ |
|---|
public: property String^ Recipient { String^ get (); private: void set (String^ value); } |