Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetSmartObject( _ ByVal guid As Guid, _ ByVal version As Long _ ) As SmartObject |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SmartObjectClientServer Dim guid As Guid Dim version As Long Dim value As SmartObject value = instance.GetSmartObject(guid, version) |
C# | |
---|---|
public SmartObject GetSmartObject( Guid guid, long version ) |
C++/CLI | |
---|---|
public: SmartObject^ GetSmartObject( Guid guid, int64 version ) |
Parameters
- guid
- version
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