'DeclarationPublic Property ProgramInformation As RunColonyDetectionWorkflow_Responses.Types.ProgramInformation_Struct
'UsageDim 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); }