LogEntryDataAccountId Property |
Gets the ID of the logging account.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax[DataMemberAttribute(Name = "accountId", EmitDefaultValue = false)]
public Nullable<Guid> AccountId { get; set; }<DataMemberAttribute(Name := "accountId", EmitDefaultValue := false)>
Public Property AccountId As Nullable(Of Guid)
Get
Set
public:
[DataMemberAttribute(Name = L"accountId", EmitDefaultValue = false)]
property Nullable<Guid> AccountId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}[<DataMemberAttribute(Name = "accountId", EmitDefaultValue = false)>]
member AccountId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
The ID of the logging account.
See Also