DependsOnAttribute.TypeId Property

Definition

Gets a unique identifier for this DependsOnAttribute.

public:
 virtual property System::Object ^ TypeId { System::Object ^ get(); };
public override object TypeId { get; }
member this.TypeId : obj
Public Overrides ReadOnly Property TypeId As Object

Property Value

The unique identifier.

Remarks

This is a generated value that uses an override behavior in order to permit multiple attributes with the same Name to be applied. So long as dependencies are not circular or otherwise ambiguous, multiple DependsOnAttribute references to the same property name are supported.

Applies to