ApplicationProperties Class

Summary

The ApplicationProperties contains a collection of application-defined key/value pairs that are saved in the Server object's configuration file.

Syntax
C#
VB
C++
public class ApplicationProperties : IDisposable 
Public Class ApplicationProperties  
   Implements System.IDisposable  
public ref class ApplicationProperties : public System.IDisposable   

Remarks

A copy of the current application properties can be obtained by calling the GetApplicationProperties method. The copy can be changed without affecting the current application properties.

After editing, apply the changes to the Server object by calling the SetApplicationProperties method.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaStreaming Assembly