value Property

Summary

Gets or sets the value.

Syntax
C#
VB
C++
[XmlAttributeAttribute(DataType="base64Binary")] 
public byte[] value { get; set; } 
  
<XmlAttributeAttribute("base64Binary")> 
Public Property value As Byte() 
[XmlAttributeAttribute("base64Binary")] 
public: 
property array<byte>^ value { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

Property Value

The value.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly