Parameter Value Property | MSG .NET Class Library |
Gets or sets the value.
Namespace: Independentsoft.Email.MimeAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string Value { get; set; }
public string Value { get; set; }
Public Property Value As String Get Set
Public Property Value As String Get Set
Dim instance As Parameter Dim value As String value = instance.Value instance.Value = value
Dim instance As Parameter Dim value As String value = instance.Value instance.Value = value
/** @property */ public String get_Value() /** @property */ public void set_Value(String value)
/** @property */ public String get_Value() /** @property */ public void set_Value(String value)
function get Value () : String function set Value (value : String)
function get Value () : String function set Value (value : String)
function get_Value(); function set_Value(value);
function get_Value(); function set_Value(value);
Property Value
Type:
The value.
See Also