Version

Type Property (ManualProjectDuration)

Returns an enumeration used to indicate the type of value that the structure represents.
Syntax
'Declaration
 
Public ReadOnly Property Type As ManualValueType
public ManualValueType Type {get;}
Remarks

If the Text is a non-empty string then the object is considered a manual/text value and Text will be returned. If the Text is a null value and the Value is a null or the Text is an empty (i.e. 0 length) string, then the Null is returned. Otherwise the object is considered a Value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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