ContractBasedImportDefinition.RequiredTypeIdentity Property

Definition

Gets the expected type of the export that matches this ContractBasedImportDefinition.

public:
 virtual property System::String ^ RequiredTypeIdentity { System::String ^ get(); };
public virtual string RequiredTypeIdentity { get; }
public virtual string? RequiredTypeIdentity { get; }
member this.RequiredTypeIdentity : string
Public Overridable ReadOnly Property RequiredTypeIdentity As String

Property Value

A string that is generated by calling the GetTypeIdentity(Type) method on the type that this import expects. If the value is null, this import does not expect a particular type.

Applies to