Class GraphClientContext
The context for the graph client wrapper.
Inherited Members
Namespace: Microsoft.Graph.Communications.Client.Transport
Assembly: Microsoft.Graph.Communications.Client.dll
Syntax
public class GraphClientContext
Constructors
GraphClientContext()
Declaration
public GraphClientContext()
Properties
ScenarioId
Gets or sets the scenario identifier.
Declaration
public Guid ScenarioId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
TenantId
Gets or sets the tenant.
Declaration
public string TenantId { get; set; }
Property Value
Type | Description |
---|---|
String |