MetadataAttribute.AttributeType 속성
Gets or sets the type of the attribute.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property AttributeType As Nullable(Of AttributeType)
Get
Set
‘사용 방법
Dim instance As MetadataAttribute
Dim value As Nullable(Of AttributeType)
value = instance.AttributeType
instance.AttributeType = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Nullable<AttributeType> AttributeType { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Nullable<AttributeType> AttributeType {
Nullable<AttributeType> get ();
void set (Nullable<AttributeType> value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member AttributeType : Nullable<AttributeType> with get, set
function get AttributeType () : Nullable<AttributeType>
function set AttributeType (value : Nullable<AttributeType>)
속성 값
유형: System.Nullable<AttributeType>
The type of the attribute.