Share via


ProvideAssemblyFilterAttribute.AssemblyFilter Property

Definition

Gets the full assembly specification of the filter.

public:
 property System::String ^ AssemblyFilter { System::String ^ get(); };
public:
 property Platform::String ^ AssemblyFilter { Platform::String ^ get(); };
public string AssemblyFilter { get; }
member this.AssemblyFilter : string
Public ReadOnly Property AssemblyFilter As String

Property Value

A string containing the full assembly specification of the filter.

Remarks

The assembly name specifies the full assembly identification, including a simple name, a version number, a cryptographic key pair, and a supported culture. For more information on assembly identification, see AssemblyName. The * character in a specification is interpreted as a wildcard.

Applies to