Właściwość BRAttributeTypeInfo.AttributeType
Pobiera lub ustawia typ atrybut.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property AttributeType As AttributeType
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Services.DataContracts.AttributeType
Nowe wystąpienie typu AttributeType.
Zobacz także