CheckServiceInstanceForServiceObject Method
See Also 
SourceCode.SmartObjects.Management Namespace > SmartObjectManagementServer Class : CheckServiceInstanceForServiceObject Method



serviceInstanceGuid
serviceObjectName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function CheckServiceInstanceForServiceObject( _
   ByVal serviceInstanceGuid As Guid, _
   ByVal serviceObjectName As String _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As SmartObjectManagementServer
Dim serviceInstanceGuid As Guid
Dim serviceObjectName As String
Dim value As Boolean
 
value = instance.CheckServiceInstanceForServiceObject(serviceInstanceGuid, serviceObjectName)
C#  
public bool CheckServiceInstanceForServiceObject( 
   Guid serviceInstanceGuid,
   string serviceObjectName
)
C++/CLI  
public:
bool CheckServiceInstanceForServiceObject( 
   Guid serviceInstanceGuid,
   String^ serviceObjectName
) 

Parameters

serviceInstanceGuid
serviceObjectName

Requirements

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

See Also