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