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 : Middle Property |
[RefreshPropertiesAttribute(RefreshProperties.All)] public string Middle {get; set;}
'Declaration
<RefreshPropertiesAttribute(RefreshProperties.All)> Public Property Middle As String
'Usage
Dim instance As PersonName Dim value As String instance.Middle = value value = instance.Middle
[RefreshPropertiesAttribute(RefreshProperties.All)] public: property String^ Middle { String^ get(); void set ( String^ value); }