| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal contrastAllergy As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim contrastAllergy As String Dim instance As New ContrastAllergies(contrastAllergy) | |
| C# | |
|---|---|
public ContrastAllergies( string contrastAllergy ) | |
| C++/CLI | |
|---|---|
public: ContrastAllergies( String^ contrastAllergy ) | |
Parameters
- contrastAllergy
- A System.String representing the Contrast Allergy used for matching.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7