| Visual Basic (Declaration) | |
|---|---|
<DataMemberAttribute()> Public Property ReferDrName As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Study Dim value As String instance.ReferDrName = value value = instance.ReferDrName | |
| C# | |
|---|---|
[DataMemberAttribute()] public string ReferDrName {get; set;} | |
| C++/CLI | |
|---|---|
[DataMemberAttribute()] public: property String^ ReferDrName { String^ get(); void set ( String^ value); } | |
Property Value
A System.String representing the referring physician name of the study.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code