OpportunityDataProduct Property |
Gets or sets the name of the opportunity product.
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 Product { get; set; }
Public Property Product As String
Get
Set
public:
property String^ Product {
String^ get ();
void set (String^ value);
}
member Product : string with get, set
Property Value
Type:
String
See Also