ISharePointProjectItem.FeatureProperties Property

Definition

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.

Applies to