Share via


ISharePointProjectItem.FeatureActivationDependencies Property

Definition

Gets the activation dependencies that are added to the feature that includes this Sharepoint Project Item.

public:
 property System::Collections::Generic::ICollection<Guid> ^ FeatureActivationDependencies { System::Collections::Generic::ICollection<Guid> ^ get(); };
public System.Collections.Generic.ICollection<Guid> FeatureActivationDependencies { get; }
member this.FeatureActivationDependencies : System.Collections.Generic.ICollection<Guid>
Public ReadOnly Property FeatureActivationDependencies As ICollection(Of Guid)

Property Value

An object representing feature activation dependencies.

Applies to