次の方法で共有


ProtectedItem.CreateMode プロパティ

定義

既存の論理的に削除されたデータ ソースの復旧または新しいデータ ソースの作成を示す作成モードを取得または設定します。 使用可能な値は、'Invalid'、'Default'、'Recover' です。

[Newtonsoft.Json.JsonProperty(PropertyName="createMode")]
public string CreateMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="createMode")>]
member this.CreateMode : string with get, set
Public Property CreateMode As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象