ISharePointProjectItem.SafeControlEntries 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.
Get a collection of safe control entries that must be deployed along with this SharePoint project item when it is deployed. These entries are added to the package that references the SharePoint project item.
public:
property Microsoft::VisualStudio::SharePoint::ISafeControlEntryCollection ^ SafeControlEntries { Microsoft::VisualStudio::SharePoint::ISafeControlEntryCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.ISafeControlEntryCollection SafeControlEntries { get; }
member this.SafeControlEntries : Microsoft.VisualStudio.SharePoint.ISafeControlEntryCollection
Public ReadOnly Property SafeControlEntries As ISafeControlEntryCollection
Property Value
A collection of safe control entries.