ContextualRecordDataCreatedBy Property |
Gets or sets the account that created the value.
Namespace:
Dundas.BI.Data.DataInput.DataObjects
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<Guid> CreatedBy { get; set; }<DataMemberAttribute(EmitDefaultValue := false)>
Public Property CreatedBy As Nullable(Of Guid)
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Nullable<Guid> CreatedBy {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}[<DataMemberAttribute(EmitDefaultValue = false)>]
member CreatedBy : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also