SeedPathElement.ToString Method (IDictionary)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns the path string.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As SeedPathElement
Dim managementPackReferencesToUse As IDictionary(Of String, ManagementPack)
Dim returnValue As String
returnValue = instance.ToString(managementPackReferencesToUse)
Syntax
'Declaration
Public Function ToString ( _
managementPackReferencesToUse As IDictionary(Of String, ManagementPack) _
) As String
public string ToString (
IDictionary<string,ManagementPack> managementPackReferencesToUse
)
public:
String^ ToString (
IDictionary<String^, ManagementPack^>^ managementPackReferencesToUse
)
public String ToString (
IDictionary<String,ManagementPack> managementPackReferencesToUse
)
public function ToString (
managementPackReferencesToUse : IDictionary<String,ManagementPack>
) : String
Parameters
- managementPackReferencesToUse
The management pack references to use.
Return Value
The path string.
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
SeedPathElement Class
SeedPathElement Members
Microsoft.EnterpriseManagement.Common Namespace