K2IntervalType Property
See Also 
SourceCode.Workflow.Design.SharePoint.Publishing Namespace > PublishingSchedule Class : K2IntervalType Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Property K2IntervalType As PublishingSchedule.eK2IntervalType
Visual Basic (Usage) Copy Code
Dim instance As PublishingSchedule
Dim value As PublishingSchedule.eK2IntervalType
 
instance.K2IntervalType = value
 
value = instance.K2IntervalType
C#  
public PublishingSchedule.eK2IntervalType K2IntervalType {get; set;}
C++/CLI  
public:
property PublishingSchedule.eK2IntervalType K2IntervalType {
   PublishingSchedule.eK2IntervalType get();
   void set (    PublishingSchedule.eK2IntervalType value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also