| SetCDRUserFieldActionUserField Property |
Get/Set the value of the cdr user field to set or append.
This property is mandatory.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string UserField { get; set; }
Public Property UserField As String
Get
Set
public:
property String^ UserField {
String^ get ();
void set (String^ value);
}
member UserField : string with get, set
Property Value
Type:
StringSee Also