DependencyItemDependencyType Property

Get/Set the type of dependency identified with this association.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
[JsonConverterAttribute(typeof(StringEnumConverter))]
[JsonPropertyAttribute(Order = 4)]
public DependencyTypeEnum DependencyType { get; set; }

Property Value

DependencyTypeEnum

See Also