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

属性

适用于