JAMS 6.x Help
DependencyType Property (CurDependency)


Gets this Dependency Type. The three types of dependencies are:
Syntax
'Declaration
 
<System.ComponentModel.ReadOnlyAttribute(True)>
Public Property DependencyType As DependencyType
'Usage
 
Dim instance As CurDependency
Dim value As DependencyType
 
instance.DependencyType = value
 
value = instance.DependencyType
[System.ComponentModel.ReadOnly(true)]
public DependencyType DependencyType {get; set;}
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

Reference

CurDependency Class
CurDependency Members