Propriété MetadataAttribute.AttributeType
Gets or sets the type of the attribute.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property AttributeType As Nullable(Of AttributeType)
Get
Set
'Utilisation
Dim instance As MetadataAttribute
Dim value As Nullable(Of AttributeType)
value = instance.AttributeType
instance.AttributeType = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Nullable<AttributeType> AttributeType { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Nullable<AttributeType> AttributeType {
Nullable<AttributeType> get ();
void set (Nullable<AttributeType> value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member AttributeType : Nullable<AttributeType> with get, set
function get AttributeType () : Nullable<AttributeType>
function set AttributeType (value : Nullable<AttributeType>)
Valeur de propriété
Type : System.Nullable<AttributeType>
The type of the attribute.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts