AssetRetentionPeriodDisplayUnit Property

Gets or sets a value that indicates how long the assets that are associated with a job are retained.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property AssetRetentionPeriodDisplayUnit As String
    Get
    Set
'Usage

  Dim instance As JobDefinition
Dim value As String

value = instance.AssetRetentionPeriodDisplayUnit

instance.AssetRetentionPeriodDisplayUnit = value
[DataMemberAttribute]
public string AssetRetentionPeriodDisplayUnit { get; set; }
[DataMemberAttribute]
public:
property String^ AssetRetentionPeriodDisplayUnit {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member AssetRetentionPeriodDisplayUnit : string with get, set
  function get AssetRetentionPeriodDisplayUnit () : String
function set AssetRetentionPeriodDisplayUnit (value : String)

Property Value

Type: System. . :: . .String
The unit of time.

Remarks

The unit of time is used with the AssetRetentionPeriodMinutes property to indicate how long the assets that are associated with a job are retained. The AssetRetentionPeriodDisplayUnit property can be set to "days", "hours", or "minutes".

See Also

Reference

JobDefinition Class

Microsoft.Web.Media.TransformManager Namespace