NotificationCreatedBy Property | |
Gets or sets the CreatedBy.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public Guid CreatedBy { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Guid CreatedBy {
Guid get ();
void set (Guid value);
}
function get_CreatedBy();
function set_CreatedBy(value);
Property Value
Type:
GuidSee Also