Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Moodle
0.2
types/MoodleCourse.ps1
class
MoodleCourse
{
[int]
$Id
[string]
$ShortName
[string]
$FullName
[int]
$CategoryId
[string]
$IdNumber
[bool]
$Visible
}