JSInvokableAttribute.Identifier Property

Definition

Gets the identifier for the method. The identifier must be unique within the scope of an assembly.

If not set, the identifier is taken from the name of the method. In this case the method name must be unique within the assembly.

public:
 property System::String ^ Identifier { System::String ^ get(); };
public string Identifier { get; }
public string? Identifier { get; }
member this.Identifier : string
Public ReadOnly Property Identifier As String

Property Value

Applies to