Type 속성
Gets or sets the type of value stored by the attribute.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
<DataMemberAttribute> _
Public Property Type As AttributeValueType
Get
Set
‘사용 방법
Dim instance As Attribute
Dim value As AttributeValueType
value = instance.Type
instance.Type = value
[DataMemberAttribute]
public AttributeValueType Type { get; set; }
[DataMemberAttribute]
public:
property AttributeValueType Type {
AttributeValueType get ();
void set (AttributeValueType value);
}
[<DataMemberAttribute>]
member Type : AttributeValueType with get, set
function get Type () : AttributeValueType
function set Type (value : AttributeValueType)
속성 값
유형: Microsoft.MasterDataServices. . :: . .AttributeValueType
A new instance of AttributeValueType.