Show / Hide Table of Contents

    Interface IResource

    The stateful resource interface.

    Inherited Members
    IResourceBase.CreatedDateTime
    IResourceBase.Client
    IResourceBase.GraphClient
    IResourceBase.GraphLogger
    IResourceBase.ResourcePath
    IDisposable.Dispose()
    Namespace: Microsoft.Graph.Communications.Resources
    Assembly: Microsoft.Graph.Communications.Client.dll
    Syntax
    public interface IResource : IResourceBase, IDisposable

    Properties

    Id

    Gets the identifier.

    Declaration
    string Id { get; }
    Property Value
    Type Description
    String

    ModifiedDateTime

    Gets the last modified date time of this resource.

    Declaration
    DateTimeOffset ModifiedDateTime { get; }
    Property Value
    Type Description
    DateTimeOffset

    Resource

    Gets the resource.

    Declaration
    object Resource { get; }
    Property Value
    Type Description
    Object

    See Also

    IResourceBase
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.