ServerStubAttribute construtor
Inicializa uma nova instância da classe ServerStubAttribute .
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Sub New ( _
targetType As Type _
)
'Uso
Dim targetType As Type
Dim instance As New ServerStubAttribute(targetType)
public ServerStubAttribute(
Type targetType
)
Parâmetros
targetType
Tipo: System.TypeO tipo de destino que o ServerStubAttribute é aplicado a.