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.