Web.Author property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Author As User
    Get
'Usage
Dim instance As Web
Dim value As User

value = instance.Author
public User Author { get; }

Property value

Type: Microsoft.SharePoint.Client.User

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace