ISharePointProjectItem.SafeControlEntries Property

Definition

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.

Applies to