Middle Property

Summary

Gets or sets the middle name.

Syntax
C#
VB
C++
[RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties)] 
public string Middle { get; set; } 
<RefreshPropertiesAttribute(RefreshProperties.All)> 
Public Property Middle As String 
[RefreshPropertiesAttribute(RefreshProperties.All)] 
public: 
property String^ Middle { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The middle name.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly