ISalePublishType Property |
Publish type on sale
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxEnPublishType PublishType { get; set; }
Property PublishType As EnPublishType
Get
Set
Dim instance As ISale
Dim value As EnPublishType
value = instance.PublishType
instance.PublishType = value
property EnPublishType PublishType {
EnPublishType get ();
void set (EnPublishType value);
}
Property Value
Type:
EnPublishType
See Also