CredentialId Property

Gets or sets a GUID that identifies the credential that is associated with this job definition.

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

Syntax

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

  Dim instance As JobDefinition
Dim value As String

value = instance.CredentialId

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

Property Value

Type: System. . :: . .String
The GUID that identifies the credential that is associated with this job definition.

Remarks

The credential is used by the job manager to access resources for jobs.

See Also

Reference

JobDefinition Class

Microsoft.Web.Media.TransformManager Namespace