 | BindingAttributeBinding Property |
Gets or sets the type binding
Namespace: SanteDB.Core.Model.AttributesAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic 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
See Also