Compartir a través de


FunctionResultContent.CallId Property

Definition

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

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

Property Value

Remarks

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

Applies to