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