言語

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

適用対象