Show / Hide Table of Contents

    Interface IGraphProperty<T>

    Inherited Members
    IGraphProperty.Key
    IGraphProperty.Type
    IEquatable<IGraphProperty>.Equals(IGraphProperty)
    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

    Extension Methods

    AdditionalDataExtensions.SetInAdditionalData(Object, String, Object)
    Extensions.Pin(Object)
    Extensions.ChangeType(Object, Type)
    Extensions.ChangeType<T>(Object)
    Extensions.TryDispose(Object, IGraphLogger)
    ReflectionUtils.GetPropertyUsingReflection(Object, String)
    ReflectionUtils.SetPropertyUsingReflection(Object, String, Object)
    Validator.IsNull(Object, String, String)
    Validator.NotNull<T>(T, String, String)
    Validator.Equals<T>(T, T, String, String)
    Validator.Equals<T, TE>(T, T, String)
    Validator.NotEquals<T>(T, T, String, String)
    GraphProperty.ConvertProperty<T>(IGraphProperty)
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.