다음을 통해 공유


BRAttributeTypeInfo.AttributeType 속성

Gets or sets the attribute type.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property AttributeType As AttributeType 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: Microsoft.MasterDataServices.Services.DataContracts.AttributeType
The attribute type.

참고 항목

참조

BRAttributeTypeInfo 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스