SPRelatedFieldCollection.Count property
Obtém o número de objetos SPRelatedField na coleção.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overrides ReadOnly Property Count As Integer
Get
'Uso
Dim instance As SPRelatedFieldCollection
Dim value As Integer
value = instance.Count
public override int Count { get; }
Property value
Type: System.Int32
O número de objetos.
Implements
Ver também
Referência
SPRelatedFieldCollection class