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 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = false)]
public Guid? CreatedBy { get; set; }<DataMemberAttribute(EmitDefaultValue := false)>
Public Property CreatedBy As 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