Click or drag to resize

IWsCommonChangeUserOrSubUserContact Method

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

Namespace:  Aruba.Cloud.WsCommon
Assembly:  Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<UserOrSubUserContact> ChangeUserOrSubUserContact(
	int ContactTypeID,
	Nullable<int> UserContactID,
	string ContactValue
)

Parameters

ContactTypeID
Type: SystemInt32
UserContactID
Type: SystemNullableInt32
ContactValue
Type: SystemString

Return Value

Type: WsResultUserOrSubUserContact
See Also