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