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