'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("The processing command which must be executed parallely.")> Public Property ProcessingCommand As ProcessingCommandBase
[DefaultValue(null)] [Description("The processing command which must be executed parallely.")] public ProcessingCommandBase ProcessingCommand { get; set; }
[DefaultValue(null)] [Description("The processing command which must be executed parallely.")] public: __property ProcessingCommandBase* get_ProcessingCommand(); public: __property void set_ProcessingCommand(
ProcessingCommandBase* value
);
[DefaultValue(null)] [Description("The processing command which must be executed parallely.")] public:
property ProcessingCommandBase^ ProcessingCommand { ProcessingCommandBase^ get(); void set(ProcessingCommandBase^ value); }
Property Value
Значение по умолчанию - null.