共用方式為


ManagementPackAssemblyResourceDependency.ID Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the element reference to the management pack assembly resource which this management pack depends on.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ManagementPackAssemblyResourceDependency
Dim value As ManagementPackElementReference(Of ManagementPackAssemblyResource)

value = instance.ID

instance.ID = value

Syntax

'Declaration
Public Property ID As ManagementPackElementReference(Of ManagementPackAssemblyResource)
public ManagementPackElementReference<ManagementPackAssemblyResource> ID { get; set; }
public:
property ManagementPackElementReference<ManagementPackAssemblyResource^>^ ID {
    ManagementPackElementReference<ManagementPackAssemblyResource^>^ get ();
    void set (ManagementPackElementReference<ManagementPackAssemblyResource^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackAssemblyResource> get_ID ()

/** @property */
public void set_ID (ManagementPackElementReference<ManagementPackAssemblyResource> value)
public function get ID () : ManagementPackElementReference<ManagementPackAssemblyResource>

public function set ID (value : ManagementPackElementReference<ManagementPackAssemblyResource>)

Property Value

The element reference to the resource dependency.

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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackAssemblyResourceDependency Class
ManagementPackAssemblyResourceDependency Members
Microsoft.EnterpriseManagement.Configuration Namespace