| DbExtensionValue Property |
Gets or sets the value.
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Extensibility
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public byte[] Value { get; set; }
Public Property Value As Byte()
Get
Set
public:
property array<unsigned char>^ Value {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Value : byte[] with get, set
Property Value
Type:
ByteThe value.
See Also