[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <BinaryData> element.
| C# | Visual Basic | Visual C++ |
public BinaryData BinaryData{ get; set;}
Public Property BinaryData As BinaryData
public: property BinaryData^ BinaryData { BinaryData^ get (); void set (BinaryData^ value); }
A BinaryData
The SIF specification defines the meaning of this null as: "Contains the base64Binary encoding of binary or text data not encoded in UTF-8."
To remove the BinaryData, set BinaryData to null
Version: 2.0
Since: 2.0