Поделиться через


Свойство MetadataAttribute.DisplayWidth

Gets or sets the display width.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property DisplayWidth As Integer
    Get
    Set
'Применение
Dim instance As MetadataAttribute
Dim value As Integer

value = instance.DisplayWidth

instance.DisplayWidth = value
[DataMemberAttribute]
public int DisplayWidth { get; set; }
[DataMemberAttribute]
public:
property int DisplayWidth {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member DisplayWidth : int with get, set
function get DisplayWidth () : int
function set DisplayWidth (value : int)

Значение свойства

Тип: System.Int32
An integer that represents the display width.

См. также

Справочник

MetadataAttribute Класс

Пространство имен Microsoft.MasterDataServices