As with any object model, you access the methods and properties with the dot (.) operator, as illustrated in the following syntax:
<MediaServer Object>.<Component Object>.<Property Name>
For example, to access the Directory property of a Logging object, use:
Mediaserver1.Logging.Directory
[Previous][Next]