Proprietà Type
Gets or sets the type of value stored by the attribute.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Property Type As AttributeValueType
Get
Set
'Utilizzo
Dim instance As Attribute
Dim value As AttributeValueType
value = instance.Type
instance.Type = value
[DataMemberAttribute]
public AttributeValueType Type { get; set; }
[DataMemberAttribute]
public:
property AttributeValueType Type {
AttributeValueType get ();
void set (AttributeValueType value);
}
[<DataMemberAttribute>]
member Type : AttributeValueType with get, set
function get Type () : AttributeValueType
function set Type (value : AttributeValueType)
Valore proprietà
Tipo: Microsoft.MasterDataServices. . :: . .AttributeValueType
A new instance of AttributeValueType.