EncodedData Property
The encoded data.
Syntax
[VB.NET] Public Property EncodedData As String Public Property EncodedDataB As Byte()
[C#] public string EncodedData {get; set;} public byte[] EncodedDataB {get; set;}
Remarks
This property contains the data that has either been encoded or is set to be decoded.
This property is not available at design time.
Default Value
""