Adds a property to a user account in AC Calls: xct_spACAddUserProperty
Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <WebMethodAttribute(Description := "Adds a property to a user account in AC", MessageName := "addUserProperty"), _ SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)> Public Sub addUserProperty( _ ByVal userGUID As String, _ ByVal propertyName As String, _ ByVal propertyValue As String, _ ByVal User1 As String, _ ByVal User2 As String, _ ByVal User3 As String, _ ByVal User4 As String, _ ByVal User5 As String, _ ByVal User6 As String, _ ByVal User7 As String, _ ByVal User8 As String, _ ByVal User9 As String, _ ByVal User10 As String, _ ByVal User11 As String _ ) |
| C# |
|---|
| [WebMethodAttribute(Description = "Adds a property to a user account in AC", MessageName = "addUserProperty")] [SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)] public void addUserProperty( string userGUID, string propertyName, string propertyValue, string User1, string User2, string User3, string User4, string User5, string User6, string User7, string User8, string User9, string User10, string User11 ) |
| C++ |
|---|
| [WebMethodAttribute(Description = L"Adds a property to a user account in AC", MessageName = L"addUserProperty")] [SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)] public: void addUserProperty( String userGUID, String propertyName, String propertyValue, String User1, String User2, String User3, String User4, String User5, String User6, String User7, String User8, String User9, String User10, String User11 ) sealed |
| J# |
|---|
| /** @attribute WebMethodAttribute(Description = "Adds a property to a user account in AC", MessageName = "addUserProperty") */ /** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */ public void addUserProperty( string userGUID, string propertyName, string propertyValue, string User1, string User2, string User3, string User4, string User5, string User6, string User7, string User8, string User9, string User10, string User11 ) |
| JScript |
|---|
| public WebMethodAttribute(Description = "Adds a property to a user account in AC", MessageName = "addUserProperty") SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) function addUserProperty( userGUID : String, propertyName : String, propertyValue : String, User1 : String, User2 : String, User3 : String, User4 : String, User5 : String, User6 : String, User7 : String, User8 : String, User9 : String, User10 : String, User11 : String ) |
Parameters
- userGUID
- propertyName
- propertyValue
- User1
- User2
- User3
- User4
- User5
- User6
- User7
- User8
- User9
- User10
- User11