accessor method public int Lenght
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public int Length { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Length As Integer |
| Visual C++ |
|---|
public: property int Length { int get (); void set (int value); } |