_sWebMetadata.Author Field

A string specifying the creator of the site.

Namespace:  [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx

Syntax

'Declaration
Public Author As String
'Usage
Dim instance As _sWebMetadata
Dim value As String

value = instance.Author

instance.Author = value
public string Author

Remarks

Certain web properties are copied to metadata to reduce the amount of traffic that would be associated with the site if the original, larger objects were used.

See Also

Reference

_sWebMetadata Structure

_sWebMetadata Members

SiteData Web Service

SPWeb