Proprietà DisplayWidth
Gets or sets the display width.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Property DisplayWidth As Integer
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .Int32
An integer that represents the display width.