Public ReadOnly Property LoginName As String
Dim instance As SPUser Dim value As String value = instance.LoginName
public string LoginName { get; }