Gets or sets the media disposition.
Syntax
Visual Basic (Declaration) | |
---|
Public Property MediaDisposition As String |
C# | |
---|
public string MediaDisposition {get; set;} |
Managed Extensions for C++ | |
---|
public: __property string* get_MediaDisposition();
public: __property void set_MediaDisposition(
string* value
); |
Property Value
Specifices where and to whom to send the media when completed.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also