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