Click or drag to resize

IWsCommonChangeContact Method

Using the method ChangeContact of Aruba WsCommon,you can change the value of your contact

Namespace:  Aruba.Cloud.WsCommon
Assembly:  Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
WsResult<UserContact> ChangeContact(
	Nullable<int> UserContactID,
	string NewContactValue,
	int ContactType
)

Parameters

UserContactID
Type: SystemNullableInt32
NewContactValue
Type: SystemString
ContactType
Type: SystemInt32

Return Value

Type: WsResultUserContact
See Also