This method will return an Strain for the specified matching StrainID
Syntax
| Visual Basic (Declaration) | |
|---|
<WebMethodAttribute("This method will return an Strain for the specified matching StrainID ")>
Public Function GetStrain( _
ByVal StrainID As Integer _
) As Strain |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As StrainWebService
Dim StrainID As Integer
Dim value As Strain
value = instance.GetStrain(StrainID)
|
| Managed Extensions for C++ | |
|---|
[WebMethodAttribute("This method will return an Strain for the specified matching StrainID ")]
public: Strain GetStrain(
int StrainID
) |
Parameters
- StrainID
Return Value
Strain
Example
Strain strain = StrainMgr.GetStrain(StrainID);
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also