次の方法で共有


ExtensionParameter.Encrypted プロパティ

定義

拡張パラメーター値が暗号化されているかどうかを示す値を取得します。

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

プロパティ値

拡張パラメーター値が暗号化されている場合は true、それ以外の場合は false になります。

適用対象