UserProfile.MySiteFirstRunExperience property
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property MySiteFirstRunExperience As Integer
Get
Set
'Usage
Dim instance As UserProfile
Dim value As Integer
value = instance.MySiteFirstRunExperience
instance.MySiteFirstRunExperience = value
public int MySiteFirstRunExperience { get; set; }
Property value
Type: System.Int32