共用方式為


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

屬性

適用於