| BindingAttributeBinding Property |
Gets or sets the type binding
Namespace:
SanteDB.Core.Model.Attributes
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Type Binding { get; set; }
Public Property Binding As Type
Get
Set
public:
property Type^ Binding {
Type^ get ();
void set (Type^ value);
}
member Binding : Type with get, set
Property Value
Type:
TypeSee Also