WebSiteTrustedApplication Property |
The trusted application related to this web site. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TrustedApplication TrustedApplication { get; set; }
Public Property TrustedApplication As TrustedApplication
Get
Set
public:
property TrustedApplication^ TrustedApplication {
TrustedApplication^ get ();
void set (TrustedApplication^ value);
}
member TrustedApplication : TrustedApplication with get, set
Property Value
Type:
TrustedApplication
See Also