The embedded replica data.
[Visual Basic .NET]
Public Property EmbeddedData As Byte[]
[C#]
public Byte[] EmbeddedData {get; set;}
[C++]
HRESULT get_EmbeddedData(
data* data
);
[C++]
HRESULT put_EmbeddedData(
data* data
);
[C++]Parameters
data [out, retval] data is a parameter of type data [in] data is a parameter of type
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The EmbeddedData property returns a byte array with the actual data if the transport type is embedded.