ISharePointProjectItem.FeatureProperties 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 key/value pairs that are added to the feature that includes this SharePoint Project Item.
public:
property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ FeatureProperties { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> FeatureProperties { get; }
member this.FeatureProperties : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property FeatureProperties As IDictionary(Of String, String)
Property Value
An object representing feature property values.