[Missing <summary> documentation for "P:OPSSDKCommon.Model.Config.VoiceMailConfig.MessageRootPath"]

Namespace: OPSSDKCommon.Model.Config
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public string MessageRootPath { get; set; }
Visual Basic
Public Property MessageRootPath As String
	Get
	Set
Visual C++
public:
property String^ MessageRootPath {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also