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