 | CdssLibraryDefinitionInfoCreatedByKey Property |
Gets or sets the creator of the data
Namespace: SanteDB.Cdss.Xml.AmiAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntaxpublic Guid? CreatedByKey { get; set; }Public Property CreatedByKey As Guid?
Get
Set
public:
virtual property Nullable<Guid> CreatedByKey {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}abstract CreatedByKey : Nullable<Guid> with get, set
override CreatedByKey : Nullable<Guid> with get, set
Property Value
NullableGuidImplements
IBaseDataCreatedByKey
See Also