ISharePointProjectItem.FeatureProperties Property
Gets the key/value pairs that are added to the feature that includes this SharePoint Project Item.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property FeatureProperties As IDictionary(Of String, String)
IDictionary<string, string> FeatureProperties { get; }
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
An object representing feature property values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.