ISharePointProjectItemTypeDefinition.SupportedTrustLevels 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 or sets the trust levels in SharePoint supported by the ISharePointProjectItem.
public:
property Microsoft::VisualStudio::SharePoint::SupportedTrustLevels SupportedTrustLevels { Microsoft::VisualStudio::SharePoint::SupportedTrustLevels get(); void set(Microsoft::VisualStudio::SharePoint::SupportedTrustLevels value); };
public Microsoft.VisualStudio.SharePoint.SupportedTrustLevels SupportedTrustLevels { get; set; }
member this.SupportedTrustLevels : Microsoft.VisualStudio.SharePoint.SupportedTrustLevels with get, set
Public Property SupportedTrustLevels As SupportedTrustLevels
Property Value
An object representing trust levels.