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