Share via


ItemSecurity.Writable Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Property Writable As Boolean
'Usage
Dim instance As ItemSecurity 
Dim value As Boolean 

value = instance.Writable

instance.Writable = value
public bool Writable { get; set; }
public:
property bool Writable {
    bool get ();
    void set (bool value);
}
public function get Writable () : boolean 
public function set Writable (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ItemSecurity Class

ItemSecurity Members

Microsoft.TeamFoundation.VersionControl.Client Namespace