Class Operation
The type Operation.
Inheritance
System.Object
Operation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class Operation : Entity
Constructors
View SourceOperation()
Initializes a new instance of the Operation class.
Declaration
protected Operation()
Properties
View SourceClientContext
Gets or sets client context.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "clientContext", Required = Required.Default)]
public string ClientContext { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ErrorInfo
Gets or sets error info.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "errorInfo", Required = Required.Default)]
public ResultInfo ErrorInfo { get; set; }
Property Value
Type | Description |
---|---|
ResultInfo |
Status
Gets or sets status.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "status", Required = Required.Default)]
public OperationStatus? Status { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<OperationStatus> |