Visual Basic (Declaration) | |
---|---|
<BrowsableAttribute(False)> Public ReadOnly Property Full As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As PersonName Dim value As String value = instance.Full |
C# | |
---|---|
[BrowsableAttribute(false)] public string Full {get;} |
C++/CLI | |
---|---|
[BrowsableAttribute(false)] public: property String^ Full { String^ get(); } |
Property Value
The full name without DICOM encoding.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7