Compartir a través de


MetadataAttribute.DisplayWidth Propiedad

Gets or sets the display width.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property DisplayWidth As Integer
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int32
An integer that represents the display width.

Vea también

Referencia

MetadataAttribute Clase

Espacio de nombres Microsoft.MasterDataServices