WebHostCertificateOriginalFilename Property |
The original name of the file, used to upload the certificate. Used only for reference purposes. When null, means that the user did not provide that information when uploading the certificate. [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string CertificateOriginalFilename { get; set; }
Public Property CertificateOriginalFilename As String
Get
Set
public:
property String^ CertificateOriginalFilename {
String^ get ();
void set (String^ value);
}
member CertificateOriginalFilename : string with get, set
Property Value
Type:
String
See Also