FromAddress Property (FileCaptureAction)
In This Topic
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property FromAddress As String
[CanBeNull()]
public string FromAddress {get; set;}
[CanBeNull()]
public:
property String^ FromAddress {
String^ get();
void set ( String^ value);
}
See Also