Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As ManagementPackRuleOverride Dim value As ManagementPackElementReference(Of ManagementPackRule) value = instance.Rule instance.Rule = value |
Syntax
Visual Basic |
---|
Public Property Rule As ManagementPackElementReference(Of ManagementPackRule) |
C# |
---|
public ManagementPackElementReference<ManagementPackRule> Rule { get; set; } |
C++ |
---|
public: property ManagementPackElementReference<ManagementPackRule^>^ Rule { ManagementPackElementReference<ManagementPackRule^>^ get (); void set (ManagementPackElementReference<ManagementPackRule^>^ value); } |
J# |
---|
/** @property */ public ManagementPackElementReference<ManagementPackRule> get_Rule () /** @property */ public void set_Rule (ManagementPackElementReference<ManagementPackRule> value) |
JScript |
---|
public function get Rule () : ManagementPackElementReference<ManagementPackRule> public function set Rule (value : ManagementPackElementReference<ManagementPackRule>) |
Property Value
A ManagementPackElementReference reference to a ManagementPackRule 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.