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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.