Container Property
Gets or sets {insert text here}.
Namespace: Microsoft.Data.Tools.Design.Core.Context
Assembly: Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)
Syntax
'Declaration
Public Property Container As T
Get
Private Set
'Usage
Dim instance As Selection
Dim value As T
value = instance.Container
public T Container { get; private set; }
public:
property T Container {
T get ();
private: void set (T value);
}
member Container : 'T with get, private set
function get Container () : T
private function set Container (value : T)
Property Value
Type: T