AttributeEntity.Type Property
<DataMember()> _
Public Property Type() As AttributeType
This language is not supported or no code example is available.
[DataMember()]
public AttributeType Type {get; set;}
This language is not supported or no code example is available.
[DataMember()]
public:
property AttributeType Type {
AttributeType get( );
void set(
AttributeType value
);
}
This language is not supported or no code example is available.
public
DataMember()
function get Type() : AttributeType;
public
DataMember()
function set Type(value : AttributeType);
This language is not supported or no code example is available.