ProvideXmlEditorChooserDesignerViewAttribute::IsDataSet Property

 

Gets or sets a special value used only by the DataSet designer.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property Nullable<bool> IsDataSet {
	[CompilerGeneratedAttribute]
	Nullable<bool> get();
	[CompilerGeneratedAttribute]
	void set(Nullable<bool> value);
}

Property Value

Type: System::Nullable<Boolean>
Return to top
Show: