| EntityTelecomAddressAddressUseKey Property |
Gets or sets the name use key
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Guid? AddressUseKey { get; set; }
Public Property AddressUseKey As Guid?
Get
Set
public:
property Nullable<Guid> AddressUseKey {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member AddressUseKey : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also