PublicUserAddress Property |
The primary address of the user. Can be specified with latin or local characters. [Filter(like)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.External
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string Address { get; set; }
Public Property Address As String
Get
Set
public:
property String^ Address {
String^ get ();
void set (String^ value);
}
member Address : string with get, set
Property Value
Type:
String
See Also