NativeStructureSourceNativeStructure Property  | 
 
            Gets the native structure.
            
 
    Namespace: 
   Dundas.BI.Data.Transforms
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic NativeStructure NativeStructure { get; }Public ReadOnly Property NativeStructure As NativeStructure
	Get
public:
property NativeStructure^ NativeStructure {
	NativeStructure^ get ();
}member NativeStructure : NativeStructure with get
Property Value
Type: 
NativeStructure
            The native structure.
            
See Also