Share via


AUParameterNode.Identifier Property

Definition

Gets the permanent unique identifier for the node.

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

Property Value

The unique identifier for the node.

Attributes

Remarks

App developers must not change this property, as doing so will invalidate host documents between releases.

Applies to