StageSolutionResults.MissingDependencies 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 or sets missing dependencies in the staged solution.
public:
property System::Collections::Generic::List<Microsoft::Xrm::Sdk::MissingDependency ^> ^ MissingDependencies { System::Collections::Generic::List<Microsoft::Xrm::Sdk::MissingDependency ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Xrm::Sdk::MissingDependency ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.List<Microsoft.Xrm.Sdk.MissingDependency> MissingDependencies { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MissingDependencies : System.Collections.Generic.List<Microsoft.Xrm.Sdk.MissingDependency> with get, set
Public Property MissingDependencies As List(Of MissingDependency)
Property Value
- Attributes