次の方法で共有


MediaObject.ContentSize プロパティ

定義

メディア オブジェクトのコンテンツのサイズを取得します。 形式 "value unit" (例: "1024 B") を使用します。

[Newtonsoft.Json.JsonProperty(PropertyName="contentSize")]
public string ContentSize { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="contentSize")>]
member this.ContentSize : string
Public ReadOnly Property ContentSize As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象