| Visual Basic (Declaration) | |
|---|---|
<DataMemberAttribute(Name="FileData", IsRequired=True)> Public Property FileData As RawBinaryData | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DataMemberAttribute(Name="FileData", IsRequired=true)] public RawBinaryData FileData {get; set;} | |
| C++/CLI | |
|---|---|
[DataMemberAttribute(Name="FileData", IsRequired=true)] public: property RawBinaryData FileData { RawBinaryData get(); void set (RawBinaryData value); } | |
Return Value
A Leadtools.Services.DataContracts.RawBinaryData object that represents the file's contents.For an example, refer to DocumentFileInfo.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code