IMicrosoftGraphOrganizationalBrandingProperties.BannerLogo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo.
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="bannerLogo", Update=true)]
public byte[] BannerLogo { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="bannerLogo", Update=true)]
public byte[] BannerLogo { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="bannerLogo", Update=true)>]
member this.BannerLogo : byte[] with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 * 245 pixels. We recommend using a transparent image with no padding around the logo.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="bannerLogo", Update=true)>]
member this.BannerLogo : byte[] with get, set
Public Property BannerLogo As Byte()
Property Value
Byte[]
- Attributes