User's E-mail Address
Namespace:
FileNet.Api.Security
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property Email As String |
| C# |
|---|
string Email { get; set; } |
| Visual C++ |
|---|
property String^ Email { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_email(); function set_email(value); |