WCF-Xtensions Class Reference for .NET
SyncRoot Property (ExtensionBindingElementCollection)






Syntax
public System.object SyncRoot {get;}
public read-only property SyncRoot: System.TObject; 
public function get SyncRoot : System.Object
public: __property System.Object* get_SyncRoot();
public:
property System.Object^ SyncRoot {
   System.Object^ get();
}
'Declaration
 
Public ReadOnly Property SyncRoot As System.Object
 
'Usage
 
Dim instance As ExtensionBindingElementCollection
Dim value As System.Object
 
value = instance.SyncRoot
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

ExtensionBindingElementCollection Class
ExtensionBindingElementCollection Members

Send Feedback