True if changes can be made to iPod.
Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property IsWritable As Boolean |
| C# |
|---|
| public bool IsWritable { get; set; } |
| C++ |
|---|
| public property bool IsWritable sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_IsWritable(); /** property */ public void set_IsWritable(bool value); |
| JScript |
|---|
| public function get IsWritable() : bool public function set IsWritable(value : bool); |