WCF-Xtensions Class Reference for .NET
LockAttributes Property (StreamEnhancerElement)






Syntax
public System.Configuration.ConfigurationLockCollection LockAttributes {get;}
public read-only property LockAttributes: System.Configuration.ConfigurationLockCollection; 
public function get LockAttributes : System.Configuration.ConfigurationLockCollection
public: __property System.Configuration.ConfigurationLockCollection* get_LockAttributes();
public:
property System.Configuration.ConfigurationLockCollection^ LockAttributes {
   System.Configuration.ConfigurationLockCollection^ get();
}
'Declaration
 
Public ReadOnly Property LockAttributes As System.Configuration.ConfigurationLockCollection
 
'Usage
 
Dim instance As StreamEnhancerElement
Dim value As System.Configuration.ConfigurationLockCollection
 
value = instance.LockAttributes
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

StreamEnhancerElement Class
StreamEnhancerElement Members

Send Feedback