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