Share via


NodeFileListResponse.Files Property

 

Required. Gets or sets the list of files.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public IList<NodeFile> Files { get; set; }
public:
property IList<NodeFile^>^ Files {
    IList<NodeFile^>^ get();
    void set(IList<NodeFile^>^ value);
}
member Files : IList<NodeFile> with get, set
Public Property Files As IList(Of NodeFile)

Property Value

Type: System.Collections.Generic.IList<NodeFile>

See Also

NodeFileListResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top