Struct GraphProperty<T>
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public struct GraphProperty<T> : IGraphProperty<T>, IGraphProperty, IEquatable<IGraphProperty>
Type Parameters
Constructors
GraphProperty(IGraphProperty<T>)
Declaration
public GraphProperty(IGraphProperty<T> property)
Parameters
GraphProperty(String, T, String)
Declaration
public GraphProperty(string key, T value, string type = null)
Parameters
Type |
Name |
Description |
String |
key |
The key.
|
T |
value |
The value.
|
String |
type |
The type.
|
Properties
Key
Declaration
public string Key { get; }
Property Value
Type
Gets the type of the property.
Declaration
public string Type { get; }
Property Value
Value
Declaration
Property Value
Methods
Equals(IGraphProperty)
Declaration
public bool Equals(IGraphProperty other)
Parameters
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Explicit Interface Implementations
IGraphProperty.Value
Declaration
object IGraphProperty.Value { get; }
Returns
Implements
Extension Methods