| Visual Basic (Declaration) | |
|---|---|
Public Property OtherStudyNumber As Decimal | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CompositeInstanceDataSet.OtherStudyNumbersRow Dim value As Decimal instance.OtherStudyNumber = value value = instance.OtherStudyNumber | |
| C# | |
|---|---|
public decimal OtherStudyNumber {get; set;} | |
Property Value
A System.Decimal value representing the Other Study Number.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code