ProvideViewAdapterAttribute.ScopeData 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 scope data associated with the scope of the view adapter.
public:
property System::Object ^ ScopeData { System::Object ^ get(); };
public:
property Platform::Object ^ ScopeData { Platform::Object ^ get(); };
public object ScopeData { get; }
member this.ScopeData : obj
Public ReadOnly Property ScopeData As Object
Property Value
The scope data associated with the scope of the view adapter.