IUserIsPublishEnabled Property |
Can mark information as published?
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsPublishEnabled { get; set; }
Property IsPublishEnabled As Boolean
Get
Set
Dim instance As IUser
Dim value As Boolean
value = instance.IsPublishEnabled
instance.IsPublishEnabled = value
property bool IsPublishEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also