ClientCallableMethodAttribute.ResourceUsageHints propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Property ResourceUsageHints As ResourceUsageHints
Get
Set
'Uso
Dim instance As ClientCallableMethodAttribute
Dim value As ResourceUsageHints
value = instance.ResourceUsageHints
instance.ResourceUsageHints = value
public ResourceUsageHints ResourceUsageHints { get; set; }
Valor de propriedade
Tipo: Microsoft.SharePoint.Client.ResourceUsageHints
Ver também
Referência
ClientCallableMethodAttribute classe