Partager via


FunctionResultContent.CallId Property

Definition

Gets or sets the ID of the function call for which this is the result.

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

Property Value

Remarks

If this is the result for a FunctionCallContent, this should contain the same CallId value.

Applies to