| SubscriptionDefinitionUuid Property |
Gets or sets the uuid
Namespace:
SanteDB.Core.Model.Subscription
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Guid Uuid { get; set; }
Public Property Uuid As Guid
Get
Set
public:
property Guid Uuid {
Guid get ();
void set (Guid value);
}
member Uuid : Guid with get, set
Property Value
Type:
GuidSee Also