Share via


AUParameter.UnitName Property

Definition

Gets the localized unit of measurement for the value of the parameter.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? UnitName { [Foundation.Export("unitName")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("unitName")>]
member this.UnitName : string

Property Value

The localized unit of measurement for the value of the parameter.

This value can be null.

Attributes

Applies to