NotSupportedRequestVersionException.SupportedRequestVersions propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public ReadOnly Property SupportedRequestVersions As IEnumerable(Of Version)
Get
'Uso
Dim instance As NotSupportedRequestVersionException
Dim value As IEnumerable(Of Version)
value = instance.SupportedRequestVersions
public IEnumerable<Version> SupportedRequestVersions { get; }
Valor de propriedade
Tipo: System.Collections.Generic.IEnumerable<Version>
Ver também
Referência
NotSupportedRequestVersionException classe