Show / Hide Table of Contents

Class RecordOperationResult

Class to define parameters required for joining a meeting.

Inheritance
System.Object
RecordOperationResult
Namespace: Microsoft.Graph.Calls
Assembly: Microsoft.Graph.Calls.dll
Syntax
public class RecordOperationResult : object

Constructors

View Source

RecordOperationResult(String, RecordCompletionReason)

Initializes a new instance of the RecordOperationResult class. Constructor

Declaration
public RecordOperationResult(string recordResourceLocation, RecordCompletionReason completionReason)
Parameters
Type Name Description
System.String recordResourceLocation

The location of the record.

RecordCompletionReason completionReason

The completion reason.

Properties

View Source

CompletionReason

Gets completion reason.

Declaration
public RecordCompletionReason CompletionReason { get; }
Property Value
Type Description
RecordCompletionReason
View Source

RecordResourceLocation

Gets record resource location.

Declaration
public string RecordResourceLocation { get; }
Property Value
Type Description
System.String
  • View Source
Back to top Generated by DocFX