UseParentSettings Property
See Also 
SourceCode.Workflow.Authoring Namespace > WorkingHours Class : UseParentSettings Property



Glossary Item Box

Gets or sets a Boolean value that allows the WorkingHours object to inherit its value from its parent object.

Syntax

Visual Basic (Declaration) 
Public Property UseParentSettings As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WorkingHours
Dim value As Boolean
 
instance.UseParentSettings = value
 
value = instance.UseParentSettings
C# 
public bool UseParentSettings {get; set;}
C++/CLI 
public:
property bool UseParentSettings {
   bool get();
   void set (    bool 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