ManagementPackSLO.ConfigurationGroupId Property
Gets or sets the configuration group ID.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As ManagementPackSLO
Dim value As ManagementPackElementReference(Of ManagementPackConfigurationGroup)
value = instance.ConfigurationGroupId
instance.ConfigurationGroupId = value
Syntax
'Declaration
Public Property ConfigurationGroupId As ManagementPackElementReference(Of ManagementPackConfigurationGroup)
public ManagementPackElementReference<ManagementPackConfigurationGroup> ConfigurationGroupId { get; set; }
public:
property ManagementPackElementReference<ManagementPackConfigurationGroup^>^ ConfigurationGroupId {
ManagementPackElementReference<ManagementPackConfigurationGroup^>^ get ();
void set (ManagementPackElementReference<ManagementPackConfigurationGroup^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackConfigurationGroup> get_ConfigurationGroupId ()
/** @property */
public void set_ConfigurationGroupId (ManagementPackElementReference<ManagementPackConfigurationGroup> value)
public function get ConfigurationGroupId () : ManagementPackElementReference<ManagementPackConfigurationGroup>
public function set ConfigurationGroupId (value : ManagementPackElementReference<ManagementPackConfigurationGroup>)
Property Value
Returns ManagementPackElementReference.
The configuration group ID.
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
ManagementPackSLO Class
ManagementPackSLO Members
Microsoft.EnterpriseManagement.Configuration Namespace