Site.SecondaryContact property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property SecondaryContact As User
Get
Set
'Usage
Dim instance As Site
Dim value As User
value = instance.SecondaryContact
instance.SecondaryContact = value
public User SecondaryContact { get; set; }
Property value
Type: Microsoft.SharePoint.Client.User