IDocumentPublishType Property |
Publish type for this document
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint PublishType { get; set; }
Property PublishType As Integer
Get
Set
Dim instance As IDocument
Dim value As Integer
value = instance.PublishType
instance.PublishType = value
property int PublishType {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also