SettingInfo.IsWritable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the caller is allowed to modify the setting.
public:
property bool IsWritable { bool get(); };
public bool IsWritable { get; }
member this.IsWritable : bool
Public ReadOnly Property IsWritable As Boolean