IAssembly.SafeControls 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 safe controls associated with the assembly.
public:
property Microsoft::VisualStudio::SharePoint::Packages::ISafeControlCollection ^ SafeControls { Microsoft::VisualStudio::SharePoint::Packages::ISafeControlCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.ISafeControlCollection SafeControls { get; }
member this.SafeControls : Microsoft.VisualStudio.SharePoint.Packages.ISafeControlCollection
Public ReadOnly Property SafeControls As ISafeControlCollection
Property Value
A collection representing safe controls in the assembly.