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); }