PersonalRoleLastName - свойство |
Фамилия или null, если фамилия не задана.
Пространство имён:
Tessa.Roles
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис [DataMemberAttribute]
[NullableAttribute]
public string LastName { get; set; }
<DataMemberAttribute>
<NullableAttribute>
Public Property LastName As String
Get
Set
public:
[DataMemberAttribute]
[NullableAttribute]
property String^ LastName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
[<NullableAttribute>]
member LastName : string with get, set
Значение свойства
Тип:
StringСм. также