set's the mininum daterange value for the publication element
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public DateTime MinPublication { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property MinPublication As DateTime |
| Visual C++ |
|---|
public: property DateTime MinPublication { DateTime get (); void set (DateTime value); } |