ProductAssociationState Enumeration |
Namespace: Crm.MSCrmServiceAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum ProductAssociationState
Public Enumeration ProductAssociationState
public enum class ProductAssociationState
Crm.MSCrmService.ProductAssociationState = function();
Crm.MSCrmService.ProductAssociationState.createEnum('Crm.MSCrmService.ProductAssociationState', false);No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| Active | 0 | |
| Inactive | 1 | |
| Draft | 2 | |
| UnderRevision | 3 | |
See Also