次の方法で共有


PrivateStoreCollectionInfoData.SubscriptionsList プロパティ

定義

サブスクリプション ID リストを取得または設定します。 空のリストは、すべてのサブスクリプションが選択されていることを示し、null は更新が行われないことを示し、明示的なリストは明示的に選択されたサブスクリプションを示します。 挿入時に、null は無効な要求と見なされます。

public System.Collections.Generic.IList<string> SubscriptionsList { get; }
member this.SubscriptionsList : System.Collections.Generic.IList<string>
Public ReadOnly Property SubscriptionsList As IList(Of String)

プロパティ値

適用対象