Share via


Copyright Property

Gets or sets the copyright string that has been supplied by the task author.

Namespace:  Microsoft.Web.Media.TransformManager
Assembly:  Microsoft.Web.Media.TransformManager.Common (in Microsoft.Web.Media.TransformManager.Common.dll)

Syntax

'Declaration

  Public Property Copyright As String
    Get
    Set
'Usage

  Dim instance As TaskDefinition
Dim value As String

value = instance.Copyright

instance.Copyright = value
  public string Copyright { get; set; }
  public:
property String^ Copyright {
    String^ get ();
    void set (String^ value);
}
  member Copyright : string with get, set
  function get Copyright () : String
function set Copyright (value : String)

Property Value

Type: System. . :: . .String
The copyright string.

See Also

Reference

TaskDefinition Class

Microsoft.Web.Media.TransformManager Namespace