SchemaBindingDescriptions Property |
List of associated BindingDescriptions
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<BindingDescription> BindingDescriptions { get; set; }
Public Property BindingDescriptions As List(Of BindingDescription)
Get
Set
public:
property List<BindingDescription^>^ BindingDescriptions {
List<BindingDescription^>^ get ();
void set (List<BindingDescription^>^ value);
}
member BindingDescriptions : List<BindingDescription> with get, set
Property Value
Type:
ListBindingDescription
See Also