Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the attribute type.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property AttributeType As AttributeType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.MasterDataServices.AttributeType
A new instance of type AttributeType.