'Declaration
Public Property ProgramInformation As RunRandomColonyPickingWorkflow_Responses.Types.ProgramInformation_Struct
'Usage
Dim instance As RunRandomColonyPickingWorkflow_Responses Dim value As RunRandomColonyPickingWorkflow_Responses.Types.ProgramInformation_Struct instance.ProgramInformation = value value = instance.ProgramInformation
public RunRandomColonyPickingWorkflow_Responses.Types.ProgramInformation_Struct ProgramInformation {get; set;}
public: property RunRandomColonyPickingWorkflow_Responses.Types.ProgramInformation_Struct^ ProgramInformation { RunRandomColonyPickingWorkflow_Responses.Types.ProgramInformation_Struct^ get(); void set ( RunRandomColonyPickingWorkflow_Responses.Types.ProgramInformation_Struct^ value); }