 | DataRetrievingEventArgsTDataVersionId Property |
The identifier
Namespace: SanteDB.Core.EventAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic Guid? VersionId { get; set; }Public Property VersionId As Guid?
Get
Set
public:
property Nullable<Guid> VersionId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}member VersionId : Nullable<Guid> with get, set
Property Value
NullableGuid
See Also