AIFunctionFactoryOptions.Description Proprietà

Definizione

Ottiene o imposta la descrizione da utilizzare per la funzione.

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

Valore della proprietà

Descrizione della funzione. Il valore predefinito è una descrizione derivata dall'oggetto passato Delegate o MethodInfo, se possibile , ad esempio tramite un DescriptionAttribute oggetto sul metodo .

Si applica a