Show / Hide Table of Contents

Class UpdateMetadataOperation

The type Update Metadata Operation.

Inheritance
System.Object
Entity
Operation
UpdateMetadataOperation
Inherited Members
Operation.ClientContext
Operation.Status
Operation.ErrorInfo
Entity.Id
Entity.AdditionalData
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 UpdateMetadataOperation : Operation

Properties

View Source

Metadata

Gets or sets metadata.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "metadata", Required = Required.Default)]
public string Metadata { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Generated by DocFX