Interface IGraphProperty
The graph property containing request or response data.
Inherited Members
Namespace: Microsoft.Graph.Communications.Common.Transport
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public interface IGraphProperty : IEquatable<IGraphProperty>
Properties
Key
Gets the key.
Declaration
string Key { get; }
Property Value
| Type | Description |
|---|---|
| String |
Type
Gets the type of the property.
Declaration
string Type { get; }
Property Value
| Type | Description |
|---|---|
| String |
Value
Gets the value.
Declaration
object Value { get; }
Property Value
| Type | Description |
|---|---|
| Object |