Interface IResource
The stateful resource interface.
Inherited Members
Namespace: Microsoft.Graph.Communications.Resources
Assembly: Microsoft.Graph.Communications.Client.dll
Syntax
public interface IResource : IResourceBase, IDisposableProperties
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 |