Partager via


Propriété MetadataAttribute.DisplayWidth

Gets or sets the display width.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property DisplayWidth As Integer
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

MetadataAttribute Classe

Espace de noms Microsoft.MasterDataServices