Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the display width.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DisplayWidth As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
An integer that represents the display width.