Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As PropertyPathElement Dim value As ManagementPackSubElementReference(Of ManagementPackClass, ManagementPackProperty) value = instance.Property instance.Property = value |
Syntax
Visual Basic |
---|
Public Property Property As ManagementPackSubElementReference(Of ManagementPackClass, ManagementPackProperty) |
C# |
---|
public ManagementPackSubElementReference<ManagementPackClass,ManagementPackProperty> Property { get; set; } |
C++ |
---|
public: property ManagementPackSubElementReference<ManagementPackClass^, ManagementPackProperty^>^ Property { ManagementPackSubElementReference<ManagementPackClass^, ManagementPackProperty^>^ get (); void set (ManagementPackSubElementReference<ManagementPackClass^, ManagementPackProperty^>^ value); } |
J# |
---|
/** @property */ public ManagementPackSubElementReference<ManagementPackClass,ManagementPackProperty> get_Property () /** @property */ public void set_Property (ManagementPackSubElementReference<ManagementPackClass,ManagementPackProperty> value) |
JScript |
---|
public function get Property () : ManagementPackSubElementReference<ManagementPackClass,ManagementPackProperty> public function set Property (value : ManagementPackSubElementReference<ManagementPackClass,ManagementPackProperty>) |
Property Value
Returns ManagementPackSubElementReference. The property.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.