SPField.DisplaySize property
Obtém ou define o tamanho da exibição do campo.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property DisplaySize As String
Get
Set
'Uso
Dim instance As SPField
Dim value As String
value = instance.DisplaySize
instance.DisplaySize = value
public string DisplaySize { get; set; }
Property value
Type: System.String
Uma cadeia de caracteres que contém o tamanho da exibição.