MetadataAttribute.AttributeType Property

Definition

Gets or sets the attribute type.

public:
 property Nullable<Microsoft::MasterDataServices::AttributeType> AttributeType { Nullable<Microsoft::MasterDataServices::AttributeType> get(); void set(Nullable<Microsoft::MasterDataServices::AttributeType> value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.AttributeType? AttributeType { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.AttributeType : Nullable<Microsoft.MasterDataServices.AttributeType> with get, set
Public Property AttributeType As Nullable(Of AttributeType)

Property Value

A new instance of type AttributeType.

Attributes

Applies to