ContextualRecordDataId Property |
Gets or sets the value ID.
Namespace:
Dundas.BI.Data.DataInput.DataObjects
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = true)]
public Guid Id { get; set; }<DataMemberAttribute(EmitDefaultValue := true)>
Public Property Id As Guid
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true)]
property Guid Id {
Guid get ();
void set (Guid value);
}[<DataMemberAttribute(EmitDefaultValue = true)>]
member Id : Guid with get, set
Property Value
Type:
Guid
See Also