JSInvokableAttribute.Identifier 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.
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