AttributeType 속성
Gets or sets the attribute type.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.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
A new instance of type AttributeType.