Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The last know reference status. The reference status is unknown until we tried to create an adpapter for the reference - in case of success the state will be valid, other wise invalid
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public ReferenceStatus LastStatus { get; set; }
public:
property ReferenceStatus LastStatus {
ReferenceStatus get();
void set(ReferenceStatus value);
}
member LastStatus : ReferenceStatus with get, set
Public Property LastStatus As ReferenceStatus
Property Value
Type: Microsoft.VisualStudio.Modeling.Integration.ReferenceStatus
See Also
ModelBusReference Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top