DomainAliasPublicIpAddress Property |
Gets the IP address of the domain alias. The address will be the same as the parent alias if not null.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string PublicIpAddress { get; }
Public ReadOnly Property PublicIpAddress As String
Get
public:
property String^ PublicIpAddress {
String^ get ();
}
member PublicIpAddress : string with get
Property Value
Type:
String
See Also