JobResources.SecureFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of secure files associated with the current job
public System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.SecureFile> SecureFiles { get; }
member this.SecureFiles : System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.SecureFile>
Public ReadOnly Property SecureFiles As List(Of SecureFile)