AttributeTargetAssemblies
Gets or sets the assemblies to which the current attribute apply.
Declaration
public string AttributeTargetAssemblies { get; set; }
Property Value
Type | Description |
---|---|
string | Wildcard or regular expression specifying to which assemblies
this instance applies, or |
Remarks
When this property is not specified or is null
, the current
attribute is multicasted only in the current assembly. Otherwise, it
is multicasted also to external assemblies, i.e. to declarations that
are referenced by the current assembly.