Share via


MicrosoftGraphExtensionProperty.DataType Property

Definition

Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary

  • 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger
  • 64-bit value.String - 256 characters maximum
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)]
public string DataType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)>]
member this.DataType : string with get, set
Public Property DataType As String

Property Value

Implements

Attributes

Applies to