.NET Framework Class Library

FileInfoResponse.fileSize Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

FileInfoResponse.fileSize Property

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

<DataMemberAttribute> _
Public Property fileSize As Long
 Get
 Set

C#

[DataMemberAttribute]
public long fileSize { getset; }

Visual C++

public:
[DataMemberAttribute]
property long long fileSize {
 long long get ();
 void set (long long value);
}

See Also

FileInfoResponse Class

FileInfoResponse Members

Gnostice.Controls.ASP Namespace