Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetComments( _ ByVal serialNo As String _ ) As IEnumerable(Of IWorkflowComment) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Connection Dim serialNo As String Dim value As IEnumerable(Of IWorkflowComment) value = instance.GetComments(serialNo) |
C# | |
---|---|
public IEnumerable<IWorkflowComment> GetComments( string serialNo ) |
C++/CLI | |
---|---|
public: IEnumerable<IWorkflowComment^>^ GetComments( String^ serialNo ) |
Parameters
- serialNo
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