Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the approximate weight of the control, in characters.
Namespace: Microsoft.SharePoint.Portal.MobileControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property VisibleWeight As Integer
Get
'Usage
Dim instance As MobileProfilePropertyRichValue
Dim value As Integer
value = instance.VisibleWeight
public override int VisibleWeight { get; }
Property Value
Type: System.Int32
The approximate weight of the control, in characters.
See Also
Reference
MobileProfilePropertyRichValue Class