Public ReadOnly Property ParentWeb As SPWeb
Dim instance As SPWeb Dim value As SPWeb value = instance.ParentWeb
public SPWeb ParentWeb { get; }