The resources that were used by the job.
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public IList<string> Resources { get; set; } |
Visual Basic |
---|
Public Property Resources As IList(Of String) Get Set |
Visual C++ |
---|
public: property IList<String^>^ Resources { IList<String^>^ get (); void set (IList<String^>^ value); } |