SPFieldMultiLineText.Sortable-Eigenschaft
Ruft einen booleschen Wert, der angibt, ob das mehrzeiliges Feld sortiert werden kann.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Sortable As Boolean
Get
'Usage
Dim instance As SPFieldMultiLineText
Dim value As Boolean
value = instance.Sortable
public override bool Sortable { get; }
Eigenschaftswert
Typ: System.Boolean
true Wenn das Feld sortiert werden kann; andernfalls false.