 | ICdssAssetUuid Property |
Gets the identifier for the protocol
Namespace: SanteDB.Core.CdssAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxProperty Uuid As Guid
Get
Set
property Guid Uuid {
Guid get ();
void set (Guid value);
}abstract Uuid : Guid with get, set
Property Value
Guid
RemarksImplementers should ensure that a call to set the UUID only succeeds if the current value is null
See Also