PersonalRoleFirstName - свойство
Имя или null, если имя не задано.
Пространство имён: Tessa.RolesСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
[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