FileContentBase64FileData Property |
The file itself (the contents of the file), encoded using Base 64 encoding..
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string Base64FileData { get; set; }
Public Property Base64FileData As String
Get
Set
public:
property String^ Base64FileData {
String^ get ();
void set (String^ value);
}
member Base64FileData : string with get, set
Property Value
Type:
StringSee Also