AIFunctionFactoryOptions.Name Proprietà

Definizione

Ottiene o imposta il nome da utilizzare per la funzione.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string? Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

Valore della proprietà

Nome da usare per la funzione. Il valore predefinito è un nome derivato dall'oggetto passato Delegate o MethodInfo , ad esempio tramite un DisplayNameAttribute oggetto nel metodo .

Si applica a