ImageAttributeMetadata.MaxWidth Property
Applies To: Dynamics CRM 2015
Gets the maximum width of the image.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public Nullable<short> MaxWidth { get; internal set; }
public:
[DataMemberAttribute]
property Nullable<short> MaxWidth {
Nullable<short> get();
internal: void set(Nullable<short> value);
}
[<DataMemberAttribute>]
member MaxWidth : Nullable<int16> with get, internal set
<DataMemberAttribute>
Public Property MaxWidth As Nullable(Of Short)
Get
Friend Set
End Property
Property Value
Type: System.Nullable<Int16>
Type: Nullable<Int16>
The maximum width for the image.
See Also
ImageAttributeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright