UrlSegmentAliasMapAttribute.RequestHandlerType propriedade
O tipo de manipulador de solicitação. É possível nulo. Quando não é nulo, o tipo deve implementar a interface Microsoft.SharePoint.Client.IRESTfulRequestHandler.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public ReadOnly Property RequestHandlerType As Type
Get
'Uso
Dim instance As UrlSegmentAliasMapAttribute
Dim value As Type
value = instance.RequestHandlerType
public Type RequestHandlerType { get; }
Valor de propriedade
Tipo: System.Type
Ver também
Referência
UrlSegmentAliasMapAttribute classe