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