 | UserAccountPassword - свойство |
Возвращает или задаёт реквизит "Пароль".
Пространство имён:
FinistSoft.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисpublic ByteArrayProperty Password { get; set; }
Public Property Password As ByteArrayProperty
Get
Set
Dim instance As UserAccount
Dim value As ByteArrayProperty
value = instance.Password
instance.Password = value
function get Password () : ByteArrayProperty
function set Password (value : ByteArrayProperty)
Значение свойства
Тип:
ByteArrayProperty
См. также