Public Property Owner As SPUser
Dim instance As SPSite Dim value As SPUser value = instance.Owner instance.Owner = value
public SPUser Owner { get; set; }
The user that is specified by the Owner property should not be identical to the user that is specified by the SecondaryContact property.