| IResourceGetScenarios Method |
Retrieve a list the scenarios containing this resource
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax ICollection<int> GetScenarios()
Function GetScenarios As ICollection(Of Integer)
ICollection<int>^ GetScenarios()
Return Value
Type:
ICollectionInt32Returns a collection of id of the scenario for this resource
See Also