Namespace: BuddyAssembly: Buddy (in Buddy.dll) Version: 1.0.2.7 (1.0.2.7)
Syntax
| C# |
|---|
public string SenderEmail { get; protected set; } |
| Visual Basic |
|---|
Public Property SenderEmail As String
Get
Protected Set |
| Visual C++ |
|---|
public:
property String^ SenderEmail {
String^ get ();
protected: void set (String^ value);
} |
| JavaScript |
|---|
function get_SenderEmail();
function set_SenderEmail(value); |
See Also