Propriedade do RDL User.LastLogOn
Gets or sets the date and time of last log on.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property LastLogOn As DateTime
Get
Set
'Uso
Dim instance As User
Dim value As DateTime
value = instance.LastLogOn
instance.LastLogOn = value
[DataMemberAttribute]
public DateTime LastLogOn { get; set; }
[DataMemberAttribute]
public:
property DateTime LastLogOn {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute>]
member LastLogOn : DateTime with get, set
function get LastLogOn () : DateTime
function set LastLogOn (value : DateTime)
Valor da propriedade
Tipo: System.DateTime
The date and time of last log on.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts