ILanguageExtension.Name 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.
The language extension name.
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The language extension name.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionName) }, ReadOnly=false, Required=false, SerializedName="languageExtensionName")]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionName? Name { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The language extension name.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionName) }, ReadOnly=false, Required=false, SerializedName="languageExtensionName")>]
member this.Name : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.LanguageExtensionName> with get, set
Public Property Name As Nullable(Of LanguageExtensionName)
Property Value
- Attributes