_sListWithTime Structure
Represents information on a list.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
<SerializableAttribute> _
Public Structure _sListWithTime
'Usage
Dim instance As _sListWithTime
[SerializableAttribute]
public struct _sListWithTime
Remarks
SharePoint web site list information is copied from an SPList collection if it is to be displayed on the web site.
Examples
<s:complexType name="_sListWithTime">
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="InternalName" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="LastModified" type="s:dateTime" />
<s:element minOccurs="1" maxOccurs="1" name="IsEmpty" type="s:boolean" />
</s:sequence>
</s:complexType>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.