ManagementPackReferenceCollection.TryGetValue Method
Tries to get a value from an item in the collection.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
'Usage
Dim instance As ManagementPackReferenceCollection
Dim alias As String
Dim mpreference As ManagementPackReference
Dim returnValue As Boolean
returnValue = instance.TryGetValue(alias, mpreference)
Syntax
'Declaration
Public Function TryGetValue ( _
alias As String, _
<OutAttribute> ByRef mpreference As ManagementPackReference _
) As Boolean
public bool TryGetValue (
string alias,
out ManagementPackReference mpreference
)
public:
virtual bool TryGetValue (
String^ alias,
[OutAttribute] ManagementPackReference^% mpreference
) sealed
public final boolean TryGetValue (
String alias,
/** @attribute OutAttribute() */ /** @ref */ ManagementPackReference mpreference
)
Parameters
- alias
The alias of the item to get a value for.
- mpreference
The ManagementPackReference object to get.
Return Value
true if you can get the value from the collection; otherwise, false.
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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
ManagementPackReferenceCollection Class
ManagementPackReferenceCollection Members
Microsoft.EnterpriseManagement.Configuration Namespace