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