Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > PersonName Class : Family Property |
[RefreshPropertiesAttribute(RefreshProperties.All)] public string Family {get; set;}
'Declaration
<RefreshPropertiesAttribute(RefreshProperties.All)> Public Property Family As String
'Usage
Dim instance As PersonName Dim value As String instance.Family = value value = instance.Family
[RefreshPropertiesAttribute(RefreshProperties.All)] public: property String^ Family { String^ get(); void set ( String^ value); }