Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the display width.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property DisplayWidth As Integer
Get
Set
'Usage
Dim instance As MetadataAttribute
Dim value As Integer
value = instance.DisplayWidth
instance.DisplayWidth = value
[DataMemberAttribute(IsRequired = false)]
public int DisplayWidth { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property int DisplayWidth {
int get ();
void set (int value);
}
[<DataMemberAttribute(IsRequired = false)>]
member DisplayWidth : int with get, set
function get DisplayWidth () : int
function set DisplayWidth (value : int)
Property Value
Type: System.Int32
The display width.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace