| RestConfigurationSectionExternalHostPort Property |
Gets the base address
Namespace:
SanteDB.Rest.Common.Configuration
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public string ExternalHostPort { get; set; }
Public Property ExternalHostPort As String
Get
Set
public:
property String^ ExternalHostPort {
String^ get ();
void set (String^ value);
}
member ExternalHostPort : string with get, set
Property Value
Type:
StringSee Also