MetadataAttribute.DisplayWidth Property
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.