DepartmentRoleHeadUserID - свойство |
Идентификатор пользователя, являющегося главой департамента,
или null, если глава департамента не задан.
Пространство имён:
Tessa.Roles
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис [DataMemberAttribute]
[IdentityAttribute]
[NullableAttribute]
public Guid? HeadUserID { get; set; }
<DataMemberAttribute>
<IdentityAttribute>
<NullableAttribute>
Public Property HeadUserID As Guid?
Get
Set
public:
[DataMemberAttribute]
[IdentityAttribute]
[NullableAttribute]
property Nullable<Guid> HeadUserID {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
[<DataMemberAttribute>]
[<IdentityAttribute>]
[<NullableAttribute>]
member HeadUserID : Nullable<Guid> with get, set
Значение свойства
Тип:
NullableGuidСм. также