 | SPItemInfoTimeCreated Property |
[Missing <summary> documentation for "P:Koden.Utils.SharePoint.SPItemInfo.TimeCreated"]
Namespace:
Koden.Utils.SharePoint
Assembly:
Koden.Utils.SharePoint (in Koden.Utils.SharePoint.dll) Version: 1.0.6453.26061
Syntaxpublic DateTime TimeCreated { get; set; }
Public Property TimeCreated As DateTime
Get
Set
public:
property DateTime TimeCreated {
DateTime get ();
void set (DateTime value);
}
member TimeCreated : DateTime with get, set
Property Value
Type:
DateTime
See Also