Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
SyntaxReadOnly Property Uses As String()
Get
property array<String^>^ Uses {
array<String^>^ get ();
}
Property Value
String
The
Module's uses array.
Remarks
This is the set of '#Uses macros used by this module.
See Also