ClientCallableExceptionConstraintAttribute.ErrorCode - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property ErrorCode As Integer
Get
Set
'Utilisation
Dim instance As ClientCallableExceptionConstraintAttribute
Dim value As Integer
value = instance.ErrorCode
instance.ErrorCode = value
public int ErrorCode { get; set; }
Valeur de propriété
Type : System.Int32
Voir aussi
Référence
ClientCallableExceptionConstraintAttribute classe