DataRequestDataViewId Property |
Gets or sets the view ID that contains the object for which data is requested.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "viewId")]
public Nullable<Guid> ViewId { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "viewId")>
Public Property ViewId As Nullable(Of Guid)
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"viewId")]
property Nullable<Guid> ViewId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "viewId")>]
member ViewId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also