ICMSAssetEntryGlobalExports Property
|
Gets the global exports of the navigation node
Namespace:
Ingeniux.Runtime.NavigationBuilder
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IEnumerable<ICMSAssetEntryExport> GlobalExports { get; }
ReadOnly Property GlobalExports As IEnumerable(Of ICMSAssetEntryExport)
Get
property IEnumerable<ICMSAssetEntryExport^>^ GlobalExports {
IEnumerable<ICMSAssetEntryExport^>^ get ();
}
abstract GlobalExports : IEnumerable<ICMSAssetEntryExport> with get
Property Value
Type:
IEnumerableICMSAssetEntryExportSee Also