List of files that need to be uploaded with the job
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public List<string> EmbeddedFiles { get; set; } |
Visual Basic |
---|
Public Property EmbeddedFiles As List(Of String) Get Set |
Visual C++ |
---|
public: property List<String^>^ EmbeddedFiles { List<String^>^ get (); void set (List<String^>^ value); } |