MissingServiceAnalysis.ExpectedSource 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 source that the service was expected to come from.
public:
property Nullable<Microsoft::VisualStudio::Utilities::ServiceBroker::ServiceSource> ExpectedSource { Nullable<Microsoft::VisualStudio::Utilities::ServiceBroker::ServiceSource> get(); };
public Microsoft.VisualStudio.Utilities.ServiceBroker.ServiceSource? ExpectedSource { get; }
member this.ExpectedSource : Nullable<Microsoft.VisualStudio.Utilities.ServiceBroker.ServiceSource>
Public ReadOnly Property ExpectedSource As Nullable(Of ServiceSource)