次の方法で共有


ProfilePropertyMetadata.IsReadOnly プロパティ

定義

プロファイル プロパティが読み取り専用かどうかを示す値を取得または設定します。

public:
 property bool IsReadOnly { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool IsReadOnly { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsReadOnly : bool with get, set
Public Property IsReadOnly As Boolean

プロパティ値

プロファイル プロパティが読み取り専用の場合は true。それ以外の場合は false

属性

適用対象