Leadtools.Dicom.Common.DataTypes Namespace > PersonName Class : Given Property |
[RefreshPropertiesAttribute(RefreshProperties.All)] public string Given {get; set;}
'Declaration <RefreshPropertiesAttribute(RefreshProperties.All)> Public Property Given As String
'Usage Dim instance As PersonName Dim value As String instance.Given = value value = instance.Given
[RefreshPropertiesAttribute(RefreshProperties.All)] public: property String^ Given { String^ get(); void set ( String^ value); }