UnsignedPublishLicense.ContentId プロパティ

定義

発行元が作成したコンテンツ識別子を取得または設定します。

public:
 property Guid ContentId { Guid get(); void set(Guid value); };
public Guid ContentId { get; set; }
member this.ContentId : Guid with get, set
Public Property ContentId As Guid

プロパティ値

発行元が作成した権限で管理されるコンテンツ識別子。

注釈

パブリッシャーは、ContentIdUseLicense内の権限が管理されたコンテンツを識別するPublishLicenseを作成します。

適用対象