Interface IGraphProperty<T>
Inherited Members
Namespace: Microsoft.Graph.Communications.Common.Transport
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public interface IGraphProperty<T> : IGraphProperty, IEquatable<IGraphProperty>
Type Parameters
Name | Description |
---|---|
T | The type of content contained in this property. |
Properties
Value
Gets the value.
Declaration
T Value { get; }
Property Value
Type | Description |
---|---|
T |