SIFWorks ADK 2.0
BinaryData Property
NamespacesEdustructures.SifWorks.EtranscriptsStudentRecordPackageBinaryData

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <BinaryData> element.
Declaration Syntax
C#Visual BasicVisual C++
public BinaryData BinaryData{ get; set;}
Public Property BinaryData As BinaryData
public:
property BinaryData^ BinaryData {
	BinaryData^ get ();
	void set (BinaryData^ value);
}
Value
A BinaryData
Remarks

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

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10