ProvideAssemblyFilterAttribute.AssemblyFilter 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 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.