Visual Basic (Declaration) | |
---|---|
<XmlAttributeAttribute("base64Binary")> Public Property value As Byte() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[XmlAttributeAttribute("base64Binary")] public byte[] value {get; set;} |
C++/CLI | |
---|---|
[XmlAttributeAttribute("base64Binary")] public: property array<byte>^ value { array<byte>^ get(); void set (bytearray<value>^ value); } |
Return Value
The value.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family