Share via


NodeFileGetResponse.File Property

 

Optional. Gets or sets the file properties.

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

Syntax

public NodeFile File { get; set; }
public:
property NodeFile^ File {
    NodeFile^ get();
    void set(NodeFile^ value);
}
member File : NodeFile with get, set
Public Property File As NodeFile

Property Value

Type: Microsoft.Azure.Batch.Protocol.Models.NodeFile

See Also

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

Return to top