Class MediaInfo
The type MediaInfo.
Inheritance
System.Object
MediaInfo
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)]
[JsonConverter(typeof(DerivedTypeConverter))]
public class MediaInfo
Properties
View SourceAdditionalData
Gets or sets additional data.
Declaration
[JsonExtensionData(ReadData = true)]
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
ResourceId
Gets or sets resourceId.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "resourceId", Required = Required.Default)]
public string ResourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Uri
Gets or sets uri.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "uri", Required = Required.Default)]
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
System.String |