Visual Basic (Declaration) | |
---|---|
Public Function GetServiceInstanceGuid( _ ByVal serviceTypeGuid As Guid, _ ByVal serviceInstanceName As String _ ) As Guid |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SmartObjectManagementServer Dim serviceTypeGuid As Guid Dim serviceInstanceName As String Dim value As Guid value = instance.GetServiceInstanceGuid(serviceTypeGuid, serviceInstanceName) |
C# | |
---|---|
public Guid GetServiceInstanceGuid( Guid serviceTypeGuid, string serviceInstanceName ) |
C++/CLI | |
---|---|
public: Guid GetServiceInstanceGuid( Guid serviceTypeGuid, String^ serviceInstanceName ) |
Parameters
- serviceTypeGuid
- serviceInstanceName
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2