ApplicationManagerGetStructureMeta Method |
Get the Structure details for given structure name
Namespace:
Unvired.Kernel.UWP.Core
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic StructureMeta GetStructureMeta(
string structureName
)
Public Function GetStructureMeta (
structureName As String
) As StructureMeta
public:
StructureMeta^ GetStructureMeta(
String^ structureName
)
member GetStructureMeta :
structureName : string -> StructureMeta
Parameters
- structureName
- Type: SystemString
structure name for which structure details to be fetched
Return Value
Type:
StructureMetaStructureMeta
See Also