DotNetInvocationInfo.CallId 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 call identifier. This value is null
when the client does not expect a value to be returned.
public:
property System::String ^ CallId { System::String ^ get(); };
public string CallId { get; }
public string? CallId { get; }
member this.CallId : string
Public ReadOnly Property CallId As String