ExportResultInfoDataRequestedById Property |
Gets the account ID of the user that requested the export.
Namespace: Dundas.BI.WebApi.ModelsAssembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "requestedById")]
public Guid? RequestedById { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "requestedById")>
Public Property RequestedById As Guid?
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"requestedById")]
property Nullable<Guid> RequestedById {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "requestedById")>]
member RequestedById : Nullable<Guid> with get, set
Property Value
NullableGuid
See Also