$Domain LogoUrl¶ Gets the URL of a domain logo image. 1 string $Domain.LogoUrl Remarks¶ If SSL is enabled, this property always returns the https address of a domain logo. Example¶ 1 2var logourl = $Domain.LogoUrl; // logourl now contains https address of a domain logo image