WCF-Xtensions Class Reference for .NET
LockItem Property (ExtensionBindingCollectionElement)






Syntax
public System.bool LockItem {get; set;}
public read-write property LockItem: System.Boolean; 
public function get,set LockItem : System.boolean
public: __property System.bool get_LockItem();
public: __property void set_LockItem( 
   System.bool value
);
public:
property System.bool LockItem {
   System.bool get();
   void set (    System.bool value);
}
'Declaration
 
Public Property LockItem As System.Boolean
 
'Usage
 
Dim instance As ExtensionBindingCollectionElement
Dim value As System.Boolean
 
instance.LockItem = value
 
value = instance.LockItem
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExtensionBindingCollectionElement Class
ExtensionBindingCollectionElement Members

Send Feedback