Theater SDK Banner 

Art
[Previous][Next]

Accessing MediaServer Component Objects

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]



© 1996-1998 Microsoft Corporation. All rights reserved