ControlConfiguration.Dependencies Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the Dependencies property for the current object.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ControlConfiguration
Dim value As Dependencies
value = instance.Dependencies
instance.Dependencies = value
Syntax
'Declaration
<FieldMappingAttribute("Dependencies")> _
Public Property Dependencies As Dependencies
[FieldMappingAttribute("Dependencies")]
public Dependencies Dependencies { get; set; }
[FieldMappingAttribute(L"Dependencies")]
public:
property Dependencies^ Dependencies {
Dependencies^ get ();
void set (Dependencies^ value);
}
/** @property */
public Dependencies get_Dependencies ()
/** @property */
public void set_Dependencies (Dependencies value)
public function get Dependencies () : Dependencies
public function set Dependencies (value : Dependencies)
Property Value
The Dependencies property for the current object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ControlConfiguration Class
ControlConfiguration Members
Microsoft.EnterpriseManagement.Configuration Namespace