DependsOnAttribute.TypeId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.