IQuoteLineProductFamilyKey Property |
ProductFamilyKey: Either an ID of an item in a QuoteConnection-provided list; or the actual productfamily
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring ProductFamilyKey { get; set; }
Property ProductFamilyKey As String
Get
Set
Dim instance As IQuoteLine
Dim value As String
value = instance.ProductFamilyKey
instance.ProductFamilyKey = value
property String^ ProductFamilyKey {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also