ISharePointProjectItem.FeatureActivationDependencies 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 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.