.NET Matrix Library
Data Property
See Also  Send comments on this topic


This property is used while serializing and deserializing the CVector object and is not intended to be used directly from your code.

Syntax

Visual Basic (Declaration) 
<XmlAttributeAttribute("base64Binary")>
Public Property Data As Byte()
C# 
[XmlAttributeAttribute("base64Binary")]
public byte[] Data {get; set;}
C++/CLI 
[XmlAttributeAttribute("base64Binary")]
public:
property array<byte>^ Data {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation