TrustedApplicationApplicationUri Property |
Application globally unique Uri in reverse host name format. For example: "com.manufacturer/app". [Required] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ApplicationUri { get; set; }
Public Property ApplicationUri As String
Get
Set
public:
property String^ ApplicationUri {
String^ get ();
void set (String^ value);
}
member ApplicationUri : string with get, set
Property Value
Type:
String
See Also