AttachmentResultFileContents Property |
The file contents that were downloaded.
Namespace: Rally.RestApi.ResponseAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public byte[] FileContents { get; }
Public ReadOnly Property FileContents As Byte()
Get
public:
property array<unsigned char>^ FileContents {
array<unsigned char>^ get ();
}
member FileContents : byte[] with get
Property Value
Type:
ByteSee Also