BRAttributeTypeInfo.AttributeType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the attribute type.
public:
property Microsoft::MasterDataServices::AttributeType AttributeType { Microsoft::MasterDataServices::AttributeType get(); void set(Microsoft::MasterDataServices::AttributeType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.AttributeType AttributeType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.AttributeType : Microsoft.MasterDataServices.AttributeType with get, set
Public Property AttributeType As AttributeType
Property Value
A new instance of type AttributeType.
- Attributes