ActivityDataAction Property |
Gets or sets the activity action. For example: Call, Set up meeting, Follow up ...
Namespace: dk.webCRM.ApiSync.BusinessLayer.EntitiesAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntaxpublic string Action { get; set; }
Public Property Action As String
Get
Set
public:
property String^ Action {
String^ get ();
void set (String^ value);
}
member Action : string with get, set
Property Value
Type:
String
See Also