Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As ManagementPackPerformanceCounterSLO Dim value As ManagementPackElementReference(Of ManagementPackRule) value = instance.RuleId instance.RuleId = value |
Syntax
Visual Basic |
---|
Public Property RuleId As ManagementPackElementReference(Of ManagementPackRule) |
C# |
---|
public ManagementPackElementReference<ManagementPackRule> RuleId { get; set; } |
C++ |
---|
public: property ManagementPackElementReference<ManagementPackRule^>^ RuleId { ManagementPackElementReference<ManagementPackRule^>^ get (); void set (ManagementPackElementReference<ManagementPackRule^>^ value); } |
J# |
---|
/** @property */ public ManagementPackElementReference<ManagementPackRule> get_RuleId () /** @property */ public void set_RuleId (ManagementPackElementReference<ManagementPackRule> value) |
JScript |
---|
public function get RuleId () : ManagementPackElementReference<ManagementPackRule> public function set RuleId (value : ManagementPackElementReference<ManagementPackRule>) |
Property Value
Returns ManagementPackElementReference. The rule 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.