ArcFM Responder Mobile Developer Guide
LockElements Property (DirectoryServerReplicaElementCollection)






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

DirectoryServerReplicaElementCollection Class
DirectoryServerReplicaElementCollection Members

Send Feedback