BindingDescriptionBoundObjectType Property |
Resource Type - The binding's resource type
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic ObjectTypeDescription BoundObjectType { get; set; }
Public Property BoundObjectType As ObjectTypeDescription
Get
Set
public:
property ObjectTypeDescription^ BoundObjectType {
ObjectTypeDescription^ get ();
void set (ObjectTypeDescription^ value);
}
member BoundObjectType : ObjectTypeDescription with get, set
Property Value
Type:
ObjectTypeDescription
See Also