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